File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -536,14 +536,14 @@ jobs:
536
536
working-directory : site
537
537
538
538
# Run tests that don't require a premium license without a premium license
539
- - run : pnpm playwright:test --forbid-only --workers ${{ matrix.variant.enterprise && '2' || '1' }}
539
+ - run : pnpm playwright:test --forbid-only --workers ${{ matrix.variant.premium && '2' || '1' }}
540
540
if : ${{ !matrix.variant.premium }}
541
541
env :
542
542
DEBUG : pw:api
543
543
working-directory : site
544
544
545
545
# Run all of the tests with a premium license
546
- - run : pnpm playwright:test --forbid-only --workers ${{ matrix.variant.enterprise && '2' || '1' }}
546
+ - run : pnpm playwright:test --forbid-only --workers ${{ matrix.variant.premium && '2' || '1' }}
547
547
if : ${{ matrix.variant.premium }}
548
548
env :
549
549
DEBUG : pw:api
You can’t perform that action at this time.
0 commit comments