Skip to content

Commit 6b24574

Browse files
committed
another test reporter
1 parent b05397a commit 6b24574

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: Build with Maven
3535
run: mvn -B package --file pom.xml
3636
- 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
37+
uses: scacap/action-surefire-report@v1
38+
if: success() || failure()
39+

0 commit comments

Comments
 (0)