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 5ebc21f commit 1ad9288Copy full SHA for 1ad9288
.github/workflows/pr-java-ci.yml
@@ -35,11 +35,9 @@ jobs:
35
36
- name: Publish JUnit Report
37
uses: mikepenz/action-junit-report@v5
38
+ if: always()
39
with:
- report_paths: '**/target/surefire-reports/TEST-*.xml'
40
check_name: 'JUnit Test Report'
41
- include_passed: true
42
- comment: true
+ report_paths: '**/target/surefire-reports/TEST-*.xml'
43
fail_on_failure: true
44
- updateComment: true
45
- token: ${{ secrets.GITHUB_TOKEN }}
+ annotate_only: true
0 commit comments