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 70238fa commit 3ae7db8Copy full SHA for 3ae7db8
.github/workflows/playwright.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: npm install -g pnpm && pnpm install
18
- name: Install Playwright Browsers
19
- run: pnpm dlx playwright install --with-deps
+ run: pnpm exec playwright install
20
- name: Run Playwright tests
21
run: pnpm e2e
22
- uses: actions/upload-artifact@v4
0 commit comments