Publish test reports for the Java 11 build

This commit is contained in:
Chris Vest 2021-05-21 19:17:42 +02:00
parent a1f943c8ae
commit acf9f8b4fb
1 changed files with 15 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/target/surefire-reports/TEST-*.xml'
commit: ${{ github.event.workflow_run.head_commit.id }}
check_name: Build test reports
check_name: java17 test reports
- name: Upload build artefacts
uses: actions/upload-artifact@v2
if: ${{ failure() }}
@ -72,3 +72,17 @@ jobs:
${{ runner.os }}-maven-
- name: Maven build
run: mvn verify -B -C -T1C -fae
- name: Publish Test Report
uses: scacap/action-surefire-report@v1.0.9
if: ${{ always() }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/target/surefire-reports/TEST-*.xml'
commit: ${{ github.event.workflow_run.head_commit.id }}
check_name: java11 test reports
- name: Upload build artefacts
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: artifacts
path: target/