Skip to content

Commit fb842f0

Browse files
committed
Add: fail_on_failure: true
1 parent e3ec4bb commit fb842f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-java-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
with:
3939
check_name: 'JUnit Test Report'
4040
report_paths: '**/target/surefire-reports/TEST-*.xml'
41-
annotate_only: 'true'
42-
include_passed: 'true'
41+
fail_on_failure: true
42+
annotate_only: true'
43+
include_passed: true

0 commit comments

Comments
 (0)