From 6b8998eeaf7cf0dd5fbcb869172722decbcf4f5e Mon Sep 17 00:00:00 2001 From: Sung-Hyun Kang Date: Mon, 28 Apr 2025 21:51:31 -0500 Subject: [PATCH] Set shards to 12 and workers to 3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 228470f72..9a6fcb6fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,8 +164,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] - shardTotal: [16] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + shardTotal: [12] steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x