Use pnpm exec for playwright

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

View File

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