From cadd73140b577e53dde5946935f2f1112f3502d1 Mon Sep 17 00:00:00 2001 From: Rafaela Soares Date: Tue, 16 Dec 2025 16:22:16 +0000 Subject: [PATCH] run ui e2e tests --- make/test.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/make/test.mk b/make/test.mk index 8bf9800c4..c1653eb55 100644 --- a/make/test.mk +++ b/make/test.mk @@ -46,13 +46,10 @@ test-e2e: @echo "The tests successfully finished" @echo "To clean the cluster run 'make clean-e2e-resources'" ifeq ($(CI),true) - # if we are running on CI, we want to run the ui e2e tests in the toolchain-e2e presubmit and periodic CI jobs - # if REPO_NAME is not set, it means that the e2e tests were triggered by the periodic CI job - ifeq ($(filter-out toolchain-e2e,$(REPO_NAME)),) + # if we are running on CI, we want to run the ui e2e tests $(MAKE) test-devsandbox-dashboard-e2e @echo "UI E2E tests successfully finished" @echo "To clean the Developer Sandbox Dashboard run 'make clean-devsandbox-dashboard'" - endif endif .PHONY: test-e2e-without-migration