Update mikepenz/action-junit-report action to v3.7.6 (#30)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-31 10:14:54 +02:00
committed by GitHub
parent fc83c5c68f
commit ae475dea98

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" ./container-structure-test test --image "hesk:test-${{ github.sha }}" --config "structure_tests.yml" --output "junit" --test-report "test-report.xml"
- name: Publish test report - name: Publish test report
uses: mikepenz/action-junit-report@v3.7.5 uses: mikepenz/action-junit-report@v3.7.6
if: always() if: always()
with: with:
report_paths: 'test-report.xml' report_paths: 'test-report.xml'