Skip to content

Commit

Permalink
Reverting integration test report in Spanner-PR gitaction (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan-sj authored Jan 9, 2025
1 parent bbb49fd commit cf5b98b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/spanner-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ concurrency:
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=error

permissions: write-all
permissions: read-all

jobs:
spotless_check:
Expand Down Expand Up @@ -183,16 +183,6 @@ jobs:
name: surefire-test-results
path: '**/surefire-reports/TEST-*.xml'
retention-days: 10
- name: Integration Test report on GitHub
uses: dorny/test-reporter@v1
if: always()
with:
name: Integration Test report on GitHub
path: '**/surefire-reports/TEST-*.xml'
reporter: java-junit
only-summary: 'false'
token: ${{ secrets.GITHUB_TOKEN }}
fail-on-error: 'false'
- name: Cleanup Java Environment
uses: ./.github/actions/cleanup-java-env
java_load_tests_templates:
Expand Down

0 comments on commit cf5b98b

Please sign in to comment.