mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 16:23:21 +00:00
Always generate report
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user