diff --git a/Makefile b/Makefile index b12cae2e..eaaa38c3 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,9 @@ override UNIT_TEST_ARGS += test/e2e deploy: clusters ./scripts/$@ -e2e: vendor/modules.txt deploy +e2e: deploy ./scripts/$@ $(E2E_ARGS) - + .PHONY: $(TARGETS) test else