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 <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
wozniakjan authored and JorTurFer committed Jul 30, 2024
1 parent 19a9ad6 commit bdfeec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ scale-node-pool: az-login ## Scale nodepool.
--resource-group $(TF_AZURE_RESOURCE_GROUP) \
--node-count $(NODE_POOL_SIZE)

.PHONY: e2e-regex-check
e2e-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.
TERMINFO=/etc/terminfo
Expand Down

0 comments on commit bdfeec3

Please sign in to comment.