We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb842f0 commit 11aefb1Copy full SHA for 11aefb1
.github/workflows/pr-java-ci.yml
@@ -35,9 +35,9 @@ jobs:
35
36
- name: Publish JUnit Report
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'
- report_paths: '**/target/surefire-reports/TEST-*.xml'
- fail_on_failure: true
42
- annotate_only: true'
43
- include_passed: true
+ fail_on_failure: false
+ annotate_only: true
0 commit comments