Skip to content

Commit

Permalink
Remove test report step
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasa committed May 7, 2024
1 parent d398f1e commit ce94b59
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ jobs:
gradle:
name: Build and Test
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -20,9 +15,3 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: build
- name: Test Report
uses: scacap/action-surefire-report@v1
if: always()
with:
report_paths: "build/test-results/test/TEST-*.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce94b59

Please sign in to comment.