This commit is contained in:
Michael Telatynski
2026-04-09 15:31:34 +01:00
parent 540e620f40
commit 561dbd32be
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ jobs:
- name: Run Playwright tests
working-directory: apps/web
run: |
pnpm playwright test \
pnpm test:playwright \
--shard "$SHARD" \
--project="${{ matrix.project }}" \
${{ (github.event_name == 'pull_request' && matrix.runAllTests == false ) && '--grep-invert @mergequeue' || '' }}