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 1aa3093 commit 8b9576aCopy full SHA for 8b9576a
.github/workflows/ci.yml
@@ -695,10 +695,10 @@ jobs:
695
run: npx playwright install ${{ matrix.settings.browser }} --with-deps
696
697
- name: Playwright E2E Tests
698
- run: pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
+ run: pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 3
699
700
- name: Playwright E2E Integration Tests
701
- run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
+ run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000
702
703
# RE-ENABBLE THIS AFTER qwik.dev/ packages are published
704
# - name: Validate Create Qwik Cli
0 commit comments