Skip to content

Commit 3713815

Browse files
committed
back to sucking I guess
1 parent 28ce115 commit 3713815

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 ${{ github.repository_owner == 'coder' && '4' || '1' }}
539+
- run: pnpm playwright:test --forbid-only --workers 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 ${{ github.repository_owner == 'coder' && '4' || '1' }}
546+
- run: pnpm playwright:test --forbid-only --workers 1
547547
if: ${{ matrix.variant.premium }}
548548
env:
549549
DEBUG: pw:api

0 commit comments

Comments
 (0)