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 11aefb1 commit fbd5cbdCopy full SHA for fbd5cbd
1 file changed
.github/workflows/pr-java-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: mikepenz/action-junit-report@v5
38
if: always()
39
with:
40
- report_paths: '**/build/test-results/test/*.xml'
41
check_name: 'JUnit Test Report'
42
- fail_on_failure: false
+ report_paths: '**/target/surefire-reports/TEST-*.xml'
+ fail_on_failure: true
43
annotate_only: true
0 commit comments