Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko authored Oct 1, 2023
1 parent ff26c58 commit e382a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
if: always()
with:
name: Maven Tests
path: target/surefire-reports/*.xml
path: '**/build/test-results/TEST-*.xml'
reporter: java-junit
fail-on-error: true

0 comments on commit e382a18

Please sign in to comment.