diff --git a/.github/actions/unit-tests/action.yml b/.github/actions/unit-tests/action.yml index 8e3f2b6..7047368 100644 --- a/.github/actions/unit-tests/action.yml +++ b/.github/actions/unit-tests/action.yml @@ -25,7 +25,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'