ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-23 16:21:42 +08:00
parent e72a771b35
commit d3d2447166

View File

@@ -248,9 +248,7 @@ jobs:
- name: Run Playwright tests
id: run_playwright
working-directory: tests/e2e
env:
WORKERS: 10
run: pnpm playwright test
run: pnpm run test
- name: Upload Playwright report
id: upload_playwright_report