Skip to content

Commit

Permalink
e2e deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Feb 3, 2025
1 parent 5b73b53 commit f645ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit f645ff3

Please sign in to comment.