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 0a4fe61 commit 5c0c6f0Copy full SHA for 5c0c6f0
1 file changed
.github/workflows/pr-java-ci.yml
@@ -1,8 +1,5 @@
1
name: Java CI
2
3
-permissions:
4
- checks: write
5
-
6
on:
7
pull_request:
8
paths-ignore:
@@ -39,8 +36,4 @@ jobs:
39
36
- name: Publish JUnit Report
40
37
uses: mikepenz/action-junit-report@v5
41
38
with:
42
- report_paths: '**/target/surefire-reports/TEST-*.xml'
43
- check_name: 'JUnit Test Report'
44
- include_passed: true
45
- fail_on_failure: true
46
- token: ${{ secrets.GITHUB_TOKEN }}
+ annotate_only: 'true'
0 commit comments