diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0527f68dc6b..6facf0640b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,12 +348,17 @@ jobs: - runtime: node task: test shard_index: 1 - shard_count: 2 + shard_count: 3 command: pnpm test - runtime: node task: test shard_index: 2 - shard_count: 2 + shard_count: 3 + command: pnpm test + - runtime: node + task: test + shard_index: 3 + shard_count: 3 command: pnpm test steps: - name: Checkout