Skip to content

Commit a2a730a

Browse files
committed
how about this?
1 parent 4aab23e commit a2a730a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,14 @@ jobs:
536536
working-directory: site
537537

538538
# Run tests that don't require a premium license without a premium license
539-
- run: pnpm playwright:test --forbid-only --workers 1
539+
- run: pnpm playwright:test --forbid-only --workers ${{ matrix.variant.enterprise && '2' || '1' }}
540540
if: ${{ !matrix.variant.premium }}
541541
env:
542542
DEBUG: pw:api
543543
working-directory: site
544544

545545
# Run all of the tests with a premium license
546-
- run: pnpm playwright:test --forbid-only --workers 1
546+
- run: pnpm playwright:test --forbid-only --workers ${{ matrix.variant.enterprise && '2' || '1' }}
547547
if: ${{ matrix.variant.premium }}
548548
env:
549549
DEBUG: pw:api

0 commit comments

Comments
 (0)