We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88246c commit 0fa1988Copy full SHA for 0fa1988
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: pnpm build:ci
33
34
- name: Install browsers
35
- run: pnpm exec playwright install
+ run: pnpm exec playwright install --with-deps chromium
36
37
- name: Test
38
run: pnpm test
0 commit comments