We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ce115 commit 3713815Copy full SHA for 3713815
.github/workflows/ci.yaml
@@ -536,14 +536,14 @@ jobs:
536
working-directory: site
537
538
# 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' }}
+ - run: pnpm playwright:test --forbid-only --workers 1
540
if: ${{ !matrix.variant.premium }}
541
env:
542
DEBUG: pw:api
543
544
545
# Run all of the tests with a premium license
546
547
if: ${{ matrix.variant.premium }}
548
549
0 commit comments