Skip to content

Commit 8b9576a

Browse files
committed
chore(CI): allow more E2E workers
1 parent 1aa3093 commit 8b9576a

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
@@ -695,10 +695,10 @@ jobs:
695695
run: npx playwright install ${{ matrix.settings.browser }} --with-deps
696696

697697
- name: Playwright E2E Tests
698-
run: pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
698+
run: pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 3
699699

700700
- name: Playwright E2E Integration Tests
701-
run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
701+
run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000
702702

703703
# RE-ENABBLE THIS AFTER qwik.dev/ packages are published
704704
# - name: Validate Create Qwik Cli

0 commit comments

Comments
 (0)