#661: JUnit test results take 2

(cherry picked from commit c06d47d1235de088576d72513127493355631d4a)
This commit is contained in:
Harald Kuhr 2022-02-17 18:33:20 +01:00
parent e1db332dca
commit 0c270f8343

View File

@ -23,7 +23,7 @@ jobs:
run: mvn test run: mvn test
- name: Publish Test Report - name: Publish Test Report
uses: mikepenz/action-junit-report@v2 uses: mikepenz/action-junit-report@v2
if: !cancelled() if: ${{ !cancelled() }}
with: with:
report_paths: "**/target/surefire-reports/TEST*.xml" report_paths: "**/target/surefire-reports/TEST*.xml"
@ -54,7 +54,7 @@ jobs:
run: mvn test run: mvn test
- name: Publish Test Report - name: Publish Test Report
uses: mikepenz/action-junit-report@v2 uses: mikepenz/action-junit-report@v2
if: !cancelled() if: ${{ !cancelled() }}
with: with:
report_paths: "**/target/surefire-reports/TEST*.xml" report_paths: "**/target/surefire-reports/TEST*.xml"