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 7f866ac commit 30fd0e2Copy full SHA for 30fd0e2
.github/workflows/playwright.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Playwright Browsers
19
run: pnpm exec playwright install --with-deps
20
- name: Run Playwright tests
21
- run: pnpm exec playwright test
+ run: pnpm run test:e2e
22
- uses: actions/upload-artifact@v4
23
if: ${{ !cancelled() }}
24
with:
0 commit comments