Skip to content

Commit 18e6cc0

Browse files
committed
Added telemetry
1 parent f891b99 commit 18e6cc0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
strategy:
2626
matrix:
2727
java: ['20']
28-
steps:
28+
steps:
29+
- name: Workflow Telemetry
30+
uses: runforesight/workflow-telemetry-action@v1.8.7
2931
- uses: actions/checkout@v3
3032
- name: Set up JDK 20
3133
uses: actions/setup-java@v3

liquidjava-verifier/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-surefire-plugin</artifactId>
5252
<version>3.2.1</version>
53-
<configuration>
54-
<forkCount>0</forkCount>
55-
<testFailureIgnore>true</testFailureIgnore>
56-
<useSystemClassLoader>false</useSystemClassLoader>
57-
</configuration>
5853
</plugin>
5954

6055
<plugin>

0 commit comments

Comments
 (0)