From 9b7e2d488d9b0b3208912bd5114b976a486abf04 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 1 Dec 2023 12:39:59 +0000 Subject: [PATCH] openshift: Add (stub) make e2e This is step 1 of 3 in the dance necessary to add e2e tests. Next up, the job definition itself (in 'openshift/release'). Signed-off-by: Stephen Finucane --- openshift/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openshift/Makefile b/openshift/Makefile index 669760b5b6..9ca0385896 100644 --- a/openshift/Makefile +++ b/openshift/Makefile @@ -79,5 +79,8 @@ modules: test: go test ./... +.PHONY: e2e +e2e: + .PHONY: ALWAYS ALWAYS: