Skip to content

Commit af48e17

Browse files
committed
test: run downloaded OATS from PATH
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 431bdf8 commit af48e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ run = """
9999
OATS_VERSION="v0.7.1-0.20260722080634-db417e9ee743"
100100
GOPROXY=direct GONOSUMDB=github.com/grafana/oats \
101101
go install "github.com/grafana/oats@${OATS_VERSION}"
102-
"$(go env GOPATH)/bin/oats" \
102+
oats \
103103
--config oats-config.yaml \
104104
--no-cache \
105105
--timeout=5m

0 commit comments

Comments
 (0)