Skip to content

Commit e3a92c6

Browse files
Update run-oats-tests.sh
Update commands to run OATS tests.
1 parent 158e0c6 commit e3a92c6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

scripts/run-oats-tests.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
set -euo pipefail
44

5-
cd oats/yaml
6-
go mod tidy
7-
go install github.com/onsi/ginkgo/v2/ginkgo
5+
# TODO Pin to specific version and then update with renovate
6+
export OATS_VERSION=latest
7+
88
export TESTCASE_SKIP_BUILD=true
99
export TESTCASE_TIMEOUT=5m
10-
export TESTCASE_BASE_PATH=../../docker
11-
ginkgo -r
10+
export TESTCASE_BASE_PATH=./docker
11+
12+
go install "github.com/grafana/oats@${OATS_VERSION}"
13+
${GOPATH}/bin/oats ./docker/docker-compose-aspnetcore

0 commit comments

Comments
 (0)