Skip to content

Commit f38ebfe

Browse files
committed
Add dex as dependency for kcp contrib tests
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 9552b32 commit f38ebfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ CONTRIBS_E2E := $(patsubst %,test-e2e-contrib-%,$(CONTRIBS))
287287

288288
.PHONY: test-e2e-contribs $(CONTRIBS_E2E)
289289
test-e2e-contribs: $(CONTRIBS_E2E) ## Run e2e tests for external integrations
290-
test-e2e-contrib-kcp: build $(KCP)
290+
test-e2e-contrib-kcp: build $(DEX) $(KCP)
291291
$(CONTRIBS_E2E):
292292
cd contrib/$(patsubst test-e2e-contrib-%,%,$@) && $(GO_TEST) -v -race -count $(COUNT) -p $(E2E_PARALLELISM) -parallel $(E2E_PARALLELISM) ./test/e2e/...
293293

0 commit comments

Comments
 (0)