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 5849edb commit b71b1d6Copy full SHA for b71b1d6
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: "pnpm"
34
35
- name: Install Dependencies
36
- run: pnpm install && npx playwright install
+ run: pnpm install && npx playwright install chromium
37
38
- name: Run Test
39
run: pnpm run test
0 commit comments