Skip to content

Commit 0f610a8

Browse files
vklimontovichclaude
andcommitted
fix: use bun to run playwright install
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8c6a382 commit 0f610a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: playwright-${{ hashFiles('e2e/bun.lock') }}
3131

3232
- name: Install Playwright browsers
33-
run: npx playwright install --with-deps chromium
33+
run: bun playwright install --with-deps chromium
3434

3535
- name: Build
3636
run: bun run build

0 commit comments

Comments
 (0)