e2e deps
Some checks are pending
build / test (macOS-latest) (push) Waiting to run
build / test (ubuntu-latest) (push) Waiting to run
build / test (windows-latest) (push) Waiting to run
build / build-release (push) Blocked by required conditions
build / notify (push) Blocked by required conditions
lint / go-lint (push) Waiting to run
lint / eslint (push) Waiting to run
lint / notify (push) Blocked by required conditions

This commit is contained in:
Ildar Kamalov 2025-02-03 14:30:05 +03:00
parent 5b73b53ac2
commit f645ff30bc
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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'