diff --git a/.github/actions/unit-tests/action.yml b/.github/actions/unit-tests/action.yml index 41eb1e8e..88a32d6f 100644 --- a/.github/actions/unit-tests/action.yml +++ b/.github/actions/unit-tests/action.yml @@ -28,7 +28,7 @@ runs: if: steps.test.outcome == 'success' id: process-test shell: bash - run: go run github.com/jstemmer/go-junit-report@v0.9.1 < raw_report.txt > junit_report.xml + run: go run github.com/jstemmer/go-junit-report@cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac < raw_report.txt > junit_report.xml - name: Upload test results if: steps.process-test.outcome == 'success'