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 4d8d07a commit e198337Copy full SHA for e198337
.github/actions/unit-tests/action.yml
@@ -29,7 +29,7 @@ runs:
29
if: steps.test.outcome == 'success'
30
id: process-test
31
shell: bash
32
- 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
33
34
- name: Upload test results
35
if: steps.process-test.outcome == 'success'
0 commit comments