From ef1e26fc0c1a63e9f946dd24460e9b7f0a6a8133 Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Fri, 26 Dec 2025 07:15:48 -0800 Subject: [PATCH] Another small bump to test shard count. --- .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 aafdcfaab..0add26966 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, 17, 18] - shardTotal: [18] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + shardTotal: [20] steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x