From f645ff30bcaff11deab9c393ca3f2e7c67aebc76 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 3 Feb 2025 14:30:05 +0300 Subject: [PATCH] e2e deps --- Makefile | 1 + bamboo-specs/test.yaml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 89e5faf4dff..adf2326b031 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ js-deps: ; $(NPM) $(NPM_INSTALL_FLAGS) ci js-lint: ; $(NPM) $(NPM_FLAGS) run lint js-test: ; $(NPM) $(NPM_FLAGS) run test js-test-e2e: ; $(NPM) $(NPM_FLAGS) run test:e2e +js-deps-e2e: ; npx playwright install go-bench: ; $(ENV) "$(SHELL)" ./scripts/make/go-bench.sh go-build: ; $(ENV) "$(SHELL)" ./scripts/make/go-build.sh diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index aba468d94f1..d7e726bc28c 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -205,9 +205,7 @@ tree ./build/ - npx playwright install - - make VERBOSE=1 js-deps js-test-e2e + make VERBOSE=1 js-deps js-deps-e2e js-test-e2e 'requirements': - 'adg-docker': 'true'