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 e3ec4bb commit fb842f0Copy full SHA for fb842f0
1 file changed
.github/workflows/pr-java-ci.yml
@@ -38,5 +38,6 @@ jobs:
38
with:
39
check_name: 'JUnit Test Report'
40
report_paths: '**/target/surefire-reports/TEST-*.xml'
41
- annotate_only: 'true'
42
- include_passed: 'true'
+ fail_on_failure: true
+ annotate_only: true'
43
+ include_passed: true
0 commit comments