We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6211990 commit 62f60a6Copy full SHA for 62f60a6
.github/actions/unit-tests/action.yml
@@ -28,7 +28,7 @@ runs:
28
if: steps.test.outcome == 'success'
29
id: process-test
30
shell: bash
31
- 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
32
33
- name: Upload test results
34
if: steps.process-test.outcome == 'success'
0 commit comments