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 ac24e09 commit e4d81e5Copy full SHA for e4d81e5
Makefile
@@ -113,7 +113,7 @@ golangci-lint:
113
114
.PHONY: test-e2e
115
test-e2e: docker-build kind-cluster ## Run e2e tests
116
- e2e/e2e_test.sh || (echo "E2E test failed"; exit 1)
+ e2e/e2e_test.sh && kind delete cluster --name $(KIND_CLUSTER) || (echo "E2E test failed"; exit 1)
117
118
.PHONY: lint
119
lint: golangci-lint ## Run golangci-lint
0 commit comments