File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/unit-tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Unit Tests
22description : " Runs unit tests + linters and optionally gathers coverage."
33inputs :
44 lint :
5- description : ' Whether to run linters.'
5+ description : " Whether to run linters."
66 required : false
7- default : ' false'
7+ default : " false"
88
99runs :
1010 using : composite
2525 if : steps.test.outcome == 'success'
2626 id : process-test
2727 shell : bash
28- run : go run github.com/jstemmer/go-junit-report@v0.9.1 < raw_report.txt > junit_report.xml
28+ run : go run github.com/jstemmer/go-junit-report@cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac < raw_report.txt > junit_report.xml
2929
3030 - name : Upload test results
3131 if : steps.process-test.outcome == 'success'
You can’t perform that action at this time.
0 commit comments