Skip to content

Commit bf59bee

Browse files
committed
Use go install to install gotestsum
The macOS runner keeps saying gotestsum does not exist.
1 parent 8ad47d6 commit bf59bee

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ jobs:
5656
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
5757

5858
- name: Install gotestsum
59-
uses: jaxxstorm/[email protected]
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
with:
63-
repo: gotestyourself/gotestsum
64-
tag: v1.7.0
59+
shell: bash
60+
run: go install gotest.tools/gotestsum@latest
6561

6662
- run: make test

0 commit comments

Comments
 (0)