Skip to content

Commit

Permalink
fix: e2e test regex check tag (kedacore#5831)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
Signed-off-by: uucloud <uucloud@qq.com>
  • Loading branch information
wozniakjan authored and uucloud committed Jul 11, 2024
1 parent e7f3393 commit 8ca968d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ scale-node-pool: az-login ## Scale nodepool.

.PHONY: e2e-regex-check
e2e-regex-check:
go run -tags e2e-regex ./tests/run-all.go regex-check
go run -tags e2e ./tests/run-all.go regex-check

.PHONY: e2e-test
e2e-test: get-cluster-context ## Run e2e tests against Azure cluster.
Expand Down

0 comments on commit 8ca968d

Please sign in to comment.