Skip to content

Commit

Permalink
fix test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Oct 29, 2024
1 parent 0f27a09 commit b05397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
with:
name: JUnit Tests # Name of the check run which will be created
path: '**/surefire-reports/TEST-*.xml' # Path to test results
reporter: junit # Format of test results
reporter: jest-junit # Format of test results

0 comments on commit b05397a

Please sign in to comment.