Skip to content

Commit

Permalink
re-add old e2e test target name
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Jan 18, 2024
1 parent 98e802f commit a5a26d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions make/test-e2e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5a26d1

Please sign in to comment.