Skip to content

Commit 71784de

Browse files
authored
chore: Update go-unit-report from tag to SHA (#57)
1 parent 7c0d519 commit 71784de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/unit-tests/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Unit Tests
22
description: "Runs unit tests + linters and optionally gathers coverage."
33
inputs:
44
lint:
5-
description: 'Whether to run linters.'
5+
description: "Whether to run linters."
66
required: false
7-
default: 'false'
7+
default: "false"
88

99
runs:
1010
using: composite
@@ -25,7 +25,7 @@ runs:
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'

0 commit comments

Comments
 (0)