We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f891b99 commit 18e6cc0Copy full SHA for 18e6cc0
.github/workflows/maven.yml
@@ -25,7 +25,9 @@ jobs:
25
strategy:
26
matrix:
27
java: ['20']
28
- steps:
+ steps:
29
+ - name: Workflow Telemetry
30
+ uses: runforesight/workflow-telemetry-action@v1.8.7
31
- uses: actions/checkout@v3
32
- name: Set up JDK 20
33
uses: actions/setup-java@v3
liquidjava-verifier/pom.xml
@@ -50,11 +50,6 @@
50
<groupId>org.apache.maven.plugins</groupId>
51
<artifactId>maven-surefire-plugin</artifactId>
52
<version>3.2.1</version>
53
- <configuration>
54
- <forkCount>0</forkCount>
55
- <testFailureIgnore>true</testFailureIgnore>
56
- <useSystemClassLoader>false</useSystemClassLoader>
57
- </configuration>
58
</plugin>
59
60
<plugin>
0 commit comments