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 0ad55ae commit cd14a28Copy full SHA for cd14a28
Makefile
@@ -171,7 +171,7 @@ conformance-test:
171
172
.PHONY: conformance-test-api7ee
173
conformance-test-api7ee:
174
- go test -v ./test/conformance/api7ee -tags conformance,experimental -timeout 60m \
+ DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test -v ./test/conformance/api7ee -tags conformance,experimental -timeout 60m \
175
--supported-features=$(SUPPORTED_EXTENDED_FEATURES) \
176
--conformance-profiles=$(CONFORMANCE_PROFILES) \
177
--report-output=$(CONFORMANCE_TEST_REPORT_OUTPUT)
0 commit comments