Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bniwredyc committed Feb 3, 2025
1 parent 280c1ab commit 8b49a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ js-build: ; $(NPM) $(NPM_FLAGS) run build-prod
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-test-e2e: ; npx $(NPM_FLAGS) npx playwright install --with-deps && $(NPM) $(NPM_FLAGS) run test:e2e

go-bench: ; $(ENV) "$(SHELL)" ./scripts/make/go-bench.sh
go-build: ; $(ENV) "$(SHELL)" ./scripts/make/go-build.sh
Expand Down
6 changes: 1 addition & 5 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,7 @@
tree ./build/
make VERBOSE=1 js-deps
npx playwright install --with-deps
make VERBOSE=1 js-test-e2e
make VERBOSE=1 js-deps js-test-e2e
'requirements':
- 'adg-docker': 'true'

Expand Down

0 comments on commit 8b49a82

Please sign in to comment.