We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05397a commit 6b24574Copy full SHA for 6b24574
.github/workflows/maven.yml
@@ -34,9 +34,6 @@ jobs:
34
- name: Build with Maven
35
run: mvn -B package --file pom.xml
36
- name: Test Report
37
- uses: dorny/[email protected]
38
- if: success() || failure() # run this step even if previous step failed
39
- with:
40
- name: JUnit Tests # Name of the check run which will be created
41
- path: '**/surefire-reports/TEST-*.xml' # Path to test results
42
- reporter: jest-junit # Format of test results
+ uses: scacap/action-surefire-report@v1
+ if: success() || failure()
+
0 commit comments