Skip to content

Commit 2bde3c1

Browse files
Update workflow to explicitly install gotestsum
1 parent 7a25b2d commit 2bde3c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-dgraph-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-go@v6
2626
with:
2727
go-version-file: go.mod
28+
- name: Install gotestsum
29+
run: go install gotest.tools/gotestsum@latest
2830
- name: Fetch latest Badger version
2931
run: |
3032
go get github.com/dgraph-io/badger/v4@main

0 commit comments

Comments
 (0)