Skip to content

Commit 101ff18

Browse files
committed
fixing nomad tests
1 parent 00d39eb commit 101ff18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-integrations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484

8585
- name: Run integration tests
8686
run: |
87-
go run gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} \
87+
go install gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} && \
88+
gotestsum \
8889
--format=short-verbose \
8990
--rerun-fails \
9091
--rerun-fails-report=/tmp/gotestsum-rerun-fails \

0 commit comments

Comments
 (0)