Skip to content

Commit

Permalink
Merge pull request #53 from 3scale-ops/fix/e2e-target
Browse files Browse the repository at this point in the history
Fix test-e2e make  target
  • Loading branch information
3scale-robot committed Sep 19, 2024
2 parents 9f732cf + 805ba6c commit 07bf1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ kind-deploy: docker-build $(KIND) ## Deploys the operator in the k8s kind cluste
$(KUSTOMIZE) build config/testing | kubectl apply -f -

test-e2e: export KUBECONFIG = ${PWD}/kubeconfig
test-e2e: kind-create kind-deploy $(KUTTL) ## Run kuttl e2e tests in the k8s kind cluster
test-e2e: kind-create kustomize kind-deploy $(KUTTL) ## Run kuttl e2e tests in the k8s kind cluster
$(KUTTL) test

0 comments on commit 07bf1ab

Please sign in to comment.