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 4aab23e commit a2a730aCopy full SHA for a2a730a
.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 1
+ - run: pnpm playwright:test --forbid-only --workers ${{ matrix.variant.enterprise && '2' || '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