Skip to content

Commit 1ad9288

Browse files
authored
Test: Remove post in pr-java-ci.yml (prebid#4307)
1 parent 5ebc21f commit 1ad9288

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

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

3636
- name: Publish JUnit Report
3737
uses: mikepenz/action-junit-report@v5
38+
if: always()
3839
with:
39-
report_paths: '**/target/surefire-reports/TEST-*.xml'
4040
check_name: 'JUnit Test Report'
41-
include_passed: true
42-
comment: true
41+
report_paths: '**/target/surefire-reports/TEST-*.xml'
4342
fail_on_failure: true
44-
updateComment: true
45-
token: ${{ secrets.GITHUB_TOKEN }}
43+
annotate_only: true

0 commit comments

Comments
 (0)