We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6acb1 commit 37b9eafCopy full SHA for 37b9eaf
Makefile
@@ -319,7 +319,7 @@ makefile-health: check-minikube check-kubectl ## Run comprehensive Makefile heal
319
320
local-test-dev: ## Run local developer experience tests
321
@echo "$(COLOR_BLUE)▶$(COLOR_RESET) Running local developer experience tests..."
322
- @./tests/local-dev-test.sh
+ @./tests/local-dev-test.sh $(if $(filter true,$(CI_MODE)),--ci,)
323
324
local-test-quick: check-kubectl check-minikube ## Quick smoke test of local environment
325
@echo "$(COLOR_BOLD)🧪 Quick Smoke Test$(COLOR_RESET)"
0 commit comments