Skip to content

Commit 0c07f51

Browse files
Move go mod tidy
Try running it later.
1 parent 9c5d96b commit 0c07f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-oats-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -euo pipefail
44

55
cd oats/yaml
6-
go mod tidy
76
go install github.com/onsi/ginkgo/v2/ginkgo
7+
go mod tidy
88
export TESTCASE_SKIP_BUILD=true
99
export TESTCASE_TIMEOUT=5m
1010
export TESTCASE_BASE_PATH=../../docker

0 commit comments

Comments
 (0)