Skip to content

Commit f482a51

Browse files
authored
run ui e2e tests (#1238)
1 parent 02cdbd7 commit f482a51

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

make/test.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,10 @@ test-e2e:
4646
@echo "The tests successfully finished"
4747
@echo "To clean the cluster run 'make clean-e2e-resources'"
4848
ifeq ($(CI),true)
49-
# if we are running on CI, we want to run the ui e2e tests in the toolchain-e2e presubmit and periodic CI jobs
50-
# if REPO_NAME is not set, it means that the e2e tests were triggered by the periodic CI job
51-
ifeq ($(filter-out toolchain-e2e,$(REPO_NAME)),)
49+
# if we are running on CI, we want to run the ui e2e tests
5250
$(MAKE) test-devsandbox-dashboard-e2e
5351
@echo "UI E2E tests successfully finished"
5452
@echo "To clean the Developer Sandbox Dashboard run 'make clean-devsandbox-dashboard'"
55-
endif
5653
endif
5754

5855
.PHONY: test-e2e-without-migration

0 commit comments

Comments
 (0)