Skip to content

Commit 132647a

Browse files
committed
chore(ci): use pnpm exec instead of npx for Playwright install
1 parent b814096 commit 132647a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: HUSKY=0 pnpm run ci:install
9797

9898
- name: Install Playwright browsers
99-
run: npx playwright install --with-deps chromium
99+
run: pnpm exec playwright install --with-deps chromium
100100

101101
- name: Run pr-check
102102
env:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
# --- Install Playwright browsers ---
102102
- name: Install Playwright browsers
103-
run: npx playwright install --with-deps chromium
103+
run: pnpm exec playwright install --with-deps chromium
104104

105105
# --- Backend e2e tests ---
106106
- name: Run backend e2e tests

0 commit comments

Comments
 (0)