Update mikepenz/action-junit-report action to v3.6.2 (#21)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-12-10 09:21:15 +00:00
committed by GitHub
parent 1691c7e2c3
commit 9ec2eb2901

View File

@@ -25,7 +25,7 @@ jobs:
./container-structure-test test --image "hesk:test-${{ github.sha }}" --config "structure_tests.yml" --output "junit" --test-report "test-report.xml"
- name: Publish test report
uses: mikepenz/action-junit-report@v3.6.1
uses: mikepenz/action-junit-report@v3.6.2
if: always()
with:
report_paths: 'test-report.xml'