#661: JUnit test results take 2

This commit is contained in:
Harald Kuhr 2022-02-17 18:33:20 +01:00
parent fea6beb364
commit c06d47d123

View File

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