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 b3a95aa commit 51cc50cCopy full SHA for 51cc50c
Makefile
@@ -115,7 +115,7 @@ download-api7ee3-chart:
115
116
.PHONY: conformance-test
117
conformance-test:
118
- DASHBOARD_VERSION=$(DASHBOARD_VERSION) API7EE3_CHART_DIR=$(API7EE3_CHART_DIR) go test -v ./test/conformance -tags=conformance
+ DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test -v ./test/conformance -tags=conformance
119
120
.PHONY: lint
121
lint: golangci-lint ## Run golangci-lint linter
0 commit comments