Skip to content

Commit

Permalink
use pnpm install, because pnpm ci doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed May 24, 2024
1 parent 7c6ed8a commit 654627b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
node-version: '22.2.0'
cache: 'pnpm'
-
run: pnpm ci
run: pnpm install
-
name: Prep for production build of legacy app
# docker compose build doesn't allow passing a `--target` parameter, so we have to replace the target in docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ui-builder:

.PHONY: e2e-tests-ci
e2e-tests-ci:
pnpm ci
pnpm install
$(MAKE) e2e-app
pnpx playwright install ${browser} --with-deps
pnpx playwright test -c ./test/e2e/playwright.config.ts --project=${browser} --shard=${shard}
Expand Down

0 comments on commit 654627b

Please sign in to comment.