Skip to content

Commit a8f3a43

Browse files
committed
chore(ci): run more parallel e2e tests
1 parent d15c53c commit a8f3a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,13 +722,13 @@ jobs:
722722
run: npx playwright install ${{ matrix.settings.browser }} --with-deps
723723

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

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

730730
- name: Playwright E2E Qwik React Tests
731-
run: pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
731+
run: pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 3 --workers 2
732732

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

0 commit comments

Comments
 (0)