Update mikepenz/action-junit-report action to v3.7.8 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
--output "junit" --test-report "test-report.xml"
|
--output "junit" --test-report "test-report.xml"
|
||||||
|
|
||||||
- name: Publish test report
|
- name: Publish test report
|
||||||
uses: mikepenz/action-junit-report@v3.7.7
|
uses: mikepenz/action-junit-report@v3.7.8
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
report_paths: 'test-report.xml'
|
report_paths: 'test-report.xml'
|
||||||
|
|||||||
Reference in New Issue
Block a user