remove publish test report

This commit is contained in:
Olivier Lamy 2022-05-06 11:42:39 +10:00 committed by GitHub
parent 03777770cc
commit 7720f9bdaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -46,8 +46,3 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: mvn -e -B -V install -Pci-build -T2 run: mvn -e -B -V install -Pci-build -T2
- name: Publish Test Report
uses: scacap/action-surefire-report@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}