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 803c917 commit 38663a2Copy full SHA for 38663a2
.github/workflows/ci.yaml
@@ -33,6 +33,6 @@ jobs:
33
- name: Install dependencies
34
run: pnpm install
35
- name: Install Playwright Browsers
36
- run: pnpm playwright install --with-deps ${{ matrix.browser }}
+ run: npx playwright install --with-deps ${{ matrix.browser }}
37
- name: Run Playwright tests
38
run: pnpm test -- --project=${{ matrix.browser }}
0 commit comments