Skip to content

Commit b15b805

Browse files
committed
ci: install playwright browser binaries for e2e tests
1 parent e93cb73 commit b15b805

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
- name: Install Frontend Dependencies
6868
run: cd frontend && bun install
6969

70+
- name: Install Playwright Browser Binaries
71+
run: cd frontend && bunx playwright install --with-deps chromium
72+
7073
- name: Start Backend
7174
env:
7275
ENCORE_AUTH_TOKEN: ${{ secrets.ENCORE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)