We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f55b2 commit 0c01c63Copy full SHA for 0c01c63
openshift/Makefile
@@ -14,3 +14,7 @@ manifests: $(KUSTOMIZE) $(YQ)
14
.PHONY: verify-manifests
15
verify-manifests: manifests
16
git diff --exit-code
17
+
18
+.PHONY: test-e2e
19
+test-e2e: ## Run the e2e tests. TODO: stub until tests are working downstream
20
+ /bin/true
0 commit comments