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 6315cbf commit 5c22876Copy full SHA for 5c22876
1 file changed
Makefile
@@ -139,8 +139,8 @@ test: manifests generate fmt vet envtest ## Run tests.
139
140
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
141
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
142
-test-e2e:
143
- USE_EXISTING_CLUSTER=true go test ./test/e2e/ -v -ginkgo.v
+test-e2e: $(KIND)
+ PATH="$(LOCALBIN):$$PATH" USE_EXISTING_CLUSTER=true go test ./test/e2e/ -v -ginkgo.v
144
145
.PHONY: kind
146
kind: $(KIND) ## Create a Kind cluster.
0 commit comments