diff --git a/.github/workflows/pr-java-ci.yml b/.github/workflows/pr-java-ci.yml index 3f68172bf32..1a198dac001 100644 --- a/.github/workflows/pr-java-ci.yml +++ b/.github/workflows/pr-java-ci.yml @@ -35,11 +35,9 @@ jobs: - name: Publish JUnit Report uses: mikepenz/action-junit-report@v5 + if: always() with: - report_paths: '**/target/surefire-reports/TEST-*.xml' check_name: 'JUnit Test Report' - include_passed: true - comment: true + report_paths: '**/target/surefire-reports/TEST-*.xml' fail_on_failure: true - updateComment: true - token: ${{ secrets.GITHUB_TOKEN }} + annotate_only: true