Skip to content

Commit cd14a28

Browse files
committed
add var
1 parent 0ad55ae commit cd14a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ conformance-test:
171171

172172
.PHONY: conformance-test-api7ee
173173
conformance-test-api7ee:
174-
go test -v ./test/conformance/api7ee -tags conformance,experimental -timeout 60m \
174+
DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test -v ./test/conformance/api7ee -tags conformance,experimental -timeout 60m \
175175
--supported-features=$(SUPPORTED_EXTENDED_FEATURES) \
176176
--conformance-profiles=$(CONFORMANCE_PROFILES) \
177177
--report-output=$(CONFORMANCE_TEST_REPORT_OUTPUT)

0 commit comments

Comments
 (0)