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 74b5470 commit 76272afCopy full SHA for 76272af
1 file changed
.github/workflows/verify.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm ci
26
27
- name: Install Playwright browsers
28
- run: npx playwright install chromium
+ run: npx playwright install chromium --only-shell
29
30
- name: Transpile files
31
run: npm run build:ts
0 commit comments