This commit is contained in:
shamoon
2025-03-06 00:25:08 -08:00
committed by GitHub
parent f9d457cab9
commit c9b129044e

View File

@@ -270,7 +270,7 @@ jobs:
if-no-files-found: error
-
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
if: always()