Skip to content

Commit 397fe83

Browse files
committed
Make bundle before e2e tests
1 parent 070c731 commit 397fe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ envtest-assets:
207207
mkdir -p $(ENVTEST_ASSETS_DIR)
208208

209209
.PHONY: e2e
210-
e2e: run-kind ## Run e2e test. Command `make e2e label=cluster-ns` run cluster-ns test
210+
e2e: bundle run-kind ## Run e2e test. Command `make e2e label=cluster-ns` run cluster-ns test
211211
./scripts/e2e_local.sh $(label) $(build)
212212

213213
.PHONY: e2e2

0 commit comments

Comments
 (0)