mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
Run v3 of junit reports
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
args: "-t --formatter JUnit"
|
args: "-t --formatter JUnit"
|
||||||
- name: Publish Test Report
|
- name: Publish Test Report
|
||||||
if: always()
|
if: always()
|
||||||
uses: mikepenz/action-junit-report@v2
|
uses: mikepenz/action-junit-report@v3
|
||||||
with:
|
with:
|
||||||
report_paths: "**/junit.xml"
|
report_paths: "**/junit.xml"
|
||||||
fail_on_failure: 0
|
fail_on_failure: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user