From a5a26d10f6ad21686c6b0cfd42c3036590ae5115 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:44:14 +0100 Subject: [PATCH] re-add old e2e test target name Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- make/test-e2e.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make/test-e2e.mk b/make/test-e2e.mk index 18496c4bc..25c876c14 100644 --- a/make/test-e2e.mk +++ b/make/test-e2e.mk @@ -61,3 +61,9 @@ test-e2e: test-e2e-deps | kind-cluster $(NEEDS_GINKGO) -- \ --kubeconfig $(CURDIR)/$(kind_kubeconfig) \ --project jetstack-cas --location europe-west1 --capoolid issuer-e2e + +# TODO: remove this target once the GH action is updated to use the new +# test-e2e target. +.PHONY: e2e +e2e: + $(MAKE) test-e2e \ No newline at end of file