Skip to content

Commit 50883f7

Browse files
vklimontovichclaude
andcommitted
fix: install playwright browsers in e2e workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a8500b0 commit 50883f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: bun install --frozen-lockfile
2525

26+
- name: Install Playwright browsers
27+
run: npx playwright install --with-deps chromium
28+
2629
- name: Build
2730
run: bun run build
2831

0 commit comments

Comments
 (0)