Skip to content

Commit 26a30fe

Browse files
committed
chore: change workers param
1 parent f0308c5 commit 26a30fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,10 @@ jobs:
720720
run: npx playwright install ${{ matrix.settings.browser }} --with-deps
721721

722722
- name: Playwright E2E Tests
723-
run: pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
723+
run: pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 2
724724

725725
- name: Playwright E2E Integration Tests
726-
run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
726+
run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 2
727727

728728
- name: Validate Create Qwik Cli
729729
if: matrix.settings.host != 'windows-latest'

0 commit comments

Comments
 (0)