mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
chore(deps): update mikepenz/action-junit-report action to v5
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
- name: JUnit Test Report
|
- name: JUnit Test Report
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v5
|
||||||
with:
|
with:
|
||||||
report_paths: '**/TEST-*.xml'
|
report_paths: '**/TEST-*.xml'
|
||||||
check_name: 'hideout-core JUnit Test Report'
|
check_name: 'hideout-core JUnit Test Report'
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
|
|
||||||
- name: JUnit Test Report
|
- name: JUnit Test Report
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v5
|
||||||
with:
|
with:
|
||||||
report_paths: '**/TEST-*.xml'
|
report_paths: '**/TEST-*.xml'
|
||||||
check_name: 'owl JUnit Test Report'
|
check_name: 'owl JUnit Test Report'
|
||||||
|
|||||||
Reference in New Issue
Block a user