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 39a9f63 commit cb1e453Copy full SHA for cb1e453
.github/workflows/e2e.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run lint
36
run: npm run lint
37
- name: Install Playwright Browsers
38
- run: npx playwright install --with-deps
+ run: npx playwright install --with-deps chromium
39
- name: Run Playwright tests
40
run: npx playwright test
41
- uses: actions/upload-artifact@v4
0 commit comments