We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b2c5b commit bec0bd6Copy full SHA for bec0bd6
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Install Playwright browsers
40
working-directory: ./others/playwright
41
- run: npx playwright install --with-deps chromium
+ run: npx playwright install
42
43
- name: Wait for app to be ready
44
run: |
0 commit comments