Skip to content

Commit 876acd7

Browse files
committed
fix(ci): install playwright system deps in devenv job
1 parent 0e534d2 commit 876acd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
- name: Quality checks (format)
8989
run: devenv shell -- bun format
9090
- name: Install Playwright Browsers (Devenv shell)
91-
run: devenv shell -- bash -lc 'PLAYWRIGHT_BROWSERS_PATH=0 bunx playwright install chromium firefox'
91+
run: devenv shell -- bash -lc 'PLAYWRIGHT_BROWSERS_PATH=0 bunx playwright install --with-deps chromium firefox'
9292
- name: Quality checks (test:e2e)
9393
run: devenv shell -- bash -lc 'PLAYWRIGHT_BROWSERS_PATH=0 bun test:e2e'

0 commit comments

Comments
 (0)