Skip to content

Commit 11aefb1

Browse files
committed
Add: if: always()
1 parent fb842f0 commit 11aefb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
- name: Publish JUnit Report
3737
uses: mikepenz/action-junit-report@v5
38+
if: always()
3839
with:
40+
report_paths: '**/build/test-results/test/*.xml'
3941
check_name: 'JUnit Test Report'
40-
report_paths: '**/target/surefire-reports/TEST-*.xml'
41-
fail_on_failure: true
42-
annotate_only: true'
43-
include_passed: true
42+
fail_on_failure: false
43+
annotate_only: true

0 commit comments

Comments
 (0)