diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efb7917..4b8845e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.7.3 + uses: mikepenz/action-junit-report@v3.7.4 if: always() with: report_paths: 'test-report.xml'