Add mvn test report publish (#3086)

This commit is contained in:
Matt 2022-03-03 22:24:08 -08:00 committed by GitHub
parent e96ac838ff
commit 6cdd90f7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,4 +69,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'push' }}
run: mvn -Dsonar.login=${{ secrets.SONAR_TOKEN }} clean install
run: mvn -Dsonar.login=${{ secrets.SONAR_TOKEN }} clean verify --batch-mode
- name: Publish Test Report
uses: scacap/action-surefire-report@v1