Skip to content

Commit

Permalink
Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Feb 24, 2023
1 parent 320c24b commit 51378f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ integration.yaml: ## Create a kind cluster

.PHONY: test.integration
test.integration: integration.yaml
test.integration: ## Run integration
kubectl config use-context kind-${CLUSTER_NAME} tests using kind `make cluster`
test.integration: ## Run integration tests using kind `make cluster`
kubectl config use-context kind-${CLUSTER_NAME}
MIX_ENV=test mix compile
MIX_ENV=test mix bonny.gen.manifest -o - | kubectl apply -f -
TEST_KUBECONFIG=${KUBECONFIG_PATH} mix test --only integration
Expand Down

0 comments on commit 51378f0

Please sign in to comment.