diff --git a/.github/workflows/ci-prb-reports.yml b/.github/workflows/ci-prb-reports.yml index 93747d3ccf..aa0581fc02 100644 --- a/.github/workflows/ci-prb-reports.yml +++ b/.github/workflows/ci-prb-reports.yml @@ -23,7 +23,7 @@ jobs: # File location set in ci-prb.yml and must be coordinated. name: test-results-${{ matrix.os }}-${{ matrix.java }} - name: Publish Test Report - uses: scacap/action-surefire-report@48452168d92461c5ded1ca1afe210e4a99f32d33 + uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index c2c981baeb..9f2f5e35ee 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -59,7 +59,7 @@ jobs: sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel -PreleaseBuild=true$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon -PreleaseBuild=true$SECOND_GRADLE_TARGETS" - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@48452168d92461c5ded1ca1afe210e4a99f32d33 + uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index f9d39b21c6..babe2a409b 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -60,7 +60,7 @@ jobs: sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon$SECOND_GRADLE_TARGETS" - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@48452168d92461c5ded1ca1afe210e4a99f32d33 + uses: scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml'