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 bb1a984 commit 50e7c4dCopy full SHA for 50e7c4d
1 file changed
Makefile
@@ -375,6 +375,11 @@ console-build: generate-dockerfile-console-plugin ## Build the console image
375
console-push: ## Push the console image
376
podman push $(CONSOLE_PLUGIN_IMAGE)
377
378
+.PHONY: console-integration-tests
379
+console-integration-tests: ## Run console integration tests (requires running cluster)
380
+ @echo "Running console integration tests..."
381
+ cd console; ./test-prow-e2e.sh
382
+
383
# Build an OLM catalog image by adding the bundle image to a simple catalog using the
384
# operator package manager tool, 'opm'. For more information see:
385
# https://olm.operatorframework.io/docs/reference/catalog-templates
0 commit comments