Skip to content

Commit 30fd0e2

Browse files
committed
chore(e2e): adjust workflow run playwright
1 parent 7f866ac commit 30fd0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Playwright Browsers
1919
run: pnpm exec playwright install --with-deps
2020
- name: Run Playwright tests
21-
run: pnpm exec playwright test
21+
run: pnpm run test:e2e
2222
- uses: actions/upload-artifact@v4
2323
if: ${{ !cancelled() }}
2424
with:

0 commit comments

Comments
 (0)