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 28d9325 commit 771dd4bCopy full SHA for 771dd4b
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: npm ci --ignore-scripts --no-audit --no-fund
25
- name: Install Playwright Browsers
26
- run: npx playwright install chromium --no-shell
+ run: npx playwright install chromium
27
- run: npm test -- --forbid-only
28
29
check-ts:
0 commit comments