Skip to content

Commit 0e8c04d

Browse files
stephenfinmandre
authored andcommitted
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 <[email protected]>
1 parent c7e19c4 commit 0e8c04d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openshift/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,8 @@ modules:
7979
test:
8080
go test ./...
8181

82+
.PHONY: e2e
83+
e2e:
84+
8285
.PHONY: ALWAYS
8386
ALWAYS:

0 commit comments

Comments
 (0)