Skip to content

Commit bcbe608

Browse files
committed
fix windows runner
Signed-off-by: Frédéric BIDON <[email protected]>
1 parent 76e0cd9 commit bcbe608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: true
5454
-
5555
name: Install gotestsum
56-
uses: go-openapi/gh-actions/install/gotestsum@dc9fd17dc64906f49c651fe669c5c69093077187
56+
uses: go-openapi/gh-actions/install/gotestsum@c9e2bef506f5e97c6821d33a08145bc6fe53b590
5757
-
5858
name: Run unit tests
5959
shell: bash
@@ -153,7 +153,7 @@ jobs:
153153
path: reports/
154154
-
155155
name: Install go-junit-report
156-
uses: go-openapi/gh-actions/install/go-junit-report@dc9fd17dc64906f49c651fe669c5c69093077187
156+
uses: go-openapi/gh-actions/install/go-junit-report@c9e2bef506f5e97c6821d33a08145bc6fe53b590
157157
-
158158
name: Convert test reports to a merged JUnit XML
159159
# NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics.
@@ -184,7 +184,7 @@ jobs:
184184
cache: true
185185
-
186186
name: Install go-ctrf-json-reporter
187-
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@dc9fd17dc64906f49c651fe669c5c69093077187
187+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@c9e2bef506f5e97c6821d33a08145bc6fe53b590
188188
-
189189
name: Convert test reports to CTRF JSON
190190
# description: |

0 commit comments

Comments
 (0)