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 ffddd1a commit f91b4afCopy full SHA for f91b4af
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