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 261baa5 commit 9857331Copy full SHA for 9857331
.github/actions/unit-tests/action.yml
@@ -39,7 +39,7 @@ runs:
39
if: steps.test.outcome == 'success'
40
id: process-test
41
shell: bash
42
- 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
43
44
- name: Upload test results
45
if: steps.process-test.outcome == 'success'
0 commit comments