Skip to content

Commit

Permalink
1 worker on 1 shard
Browse files Browse the repository at this point in the history
  • Loading branch information
VicAlbr committed Sep 23, 2024
1 parent 4a57569 commit a4380be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ui-e2e-only-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
shardIndex: [1]
shardTotal: [1]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config: PlaywrightTestConfig = {
maxFailures: process.env.CI ? 5 : undefined,
reportSlowTests: process.env.CI ? { max: 0, threshold: 60000 } : null,
fullyParallel: true,
workers: "50%", // NOTE: 'macos-latest' and 'windows-latest' can't run 3 concurrent workers
workers: "10%", // NOTE: 'macos-latest' and 'windows-latest' can't run 3 concurrent workers
retries: 0, // We explicitly want to disable retries to be strict about avoiding flaky tests. (see https://github.com/LedgerHQ/ledger-live/pull/4918)
reporter: process.env.CI
? [
Expand Down

0 comments on commit a4380be

Please sign in to comment.