Skip to content

Commit

Permalink
another test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Oct 29, 2024
1 parent b05397a commit 6b24574
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test Report
uses: dorny/[email protected]
if: success() || failure() # run this step even if previous step failed
with:
name: JUnit Tests # Name of the check run which will be created
path: '**/surefire-reports/TEST-*.xml' # Path to test results
reporter: jest-junit # Format of test results
uses: scacap/action-surefire-report@v1
if: success() || failure()

0 comments on commit 6b24574

Please sign in to comment.