We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e534d2 commit 876acd7Copy full SHA for 876acd7
.github/workflows/ci.yml
@@ -88,6 +88,6 @@ jobs:
88
- name: Quality checks (format)
89
run: devenv shell -- bun format
90
- name: Install Playwright Browsers (Devenv shell)
91
- run: devenv shell -- bash -lc 'PLAYWRIGHT_BROWSERS_PATH=0 bunx playwright install chromium firefox'
+ run: devenv shell -- bash -lc 'PLAYWRIGHT_BROWSERS_PATH=0 bunx playwright install --with-deps chromium firefox'
92
- name: Quality checks (test:e2e)
93
run: devenv shell -- bash -lc 'PLAYWRIGHT_BROWSERS_PATH=0 bun test:e2e'
0 commit comments