This commit is contained in:
shamoon 2025-03-06 00:25:08 -08:00 committed by GitHub
parent f9d457cab9
commit c9b129044e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,7 +270,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
- -
name: Run Playwright e2e tests name: Run Playwright e2e tests
run: cd src-ui && pnpm exec playwright test --shard ${{ matrix.shard-index }}/${{ matrix.shard-count }} run: cd src-ui && pnpm exec playwright install --with-deps && pnpm exec playwright test --shard ${{ matrix.shard-index }}/${{ matrix.shard-count }}
- -
name: Upload Playwright test results name: Upload Playwright test results
if: always() if: always()