Always generate report

This commit is contained in:
iLLeniumStudios
2022-05-03 12:35:49 +02:00
committed by GitHub
parent 13e60e5ce3
commit 32b6e68012
+1
View File
@@ -13,6 +13,7 @@ jobs:
capture: "junit.xml"
args: "-t --formatter JUnit"
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v2
with:
report_paths: "**/junit.xml"