Skip to content

Commit fbd5cbd

Browse files
committed
Change pr-java-ci config:
Add: report_paths: '**/target/surefire-reports/TEST-*.xml' Replace fail_on_failure to true
1 parent 11aefb1 commit fbd5cbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: mikepenz/action-junit-report@v5
3838
if: always()
3939
with:
40-
report_paths: '**/build/test-results/test/*.xml'
4140
check_name: 'JUnit Test Report'
42-
fail_on_failure: false
41+
report_paths: '**/target/surefire-reports/TEST-*.xml'
42+
fail_on_failure: true
4343
annotate_only: true

0 commit comments

Comments
 (0)