Skip to content

Commit ce94b59

Browse files
committed
Remove test report step
See ScaCap/action-surefire-report#31
1 parent d398f1e commit ce94b59

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-pr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ jobs:
55
gradle:
66
name: Build and Test
77
runs-on: ubuntu-latest
8-
permissions:
9-
checks: write
10-
contents: read
11-
issues: write
12-
pull-requests: write
138
steps:
149
- uses: actions/checkout@v3
1510
- uses: actions/setup-java@v3
@@ -20,9 +15,3 @@ jobs:
2015
uses: eskatos/gradle-command-action@v1
2116
with:
2217
arguments: build
23-
- name: Test Report
24-
uses: scacap/action-surefire-report@v1
25-
if: always()
26-
with:
27-
report_paths: "build/test-results/test/TEST-*.xml"
28-
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)