From 4aba86708ba073d7f7c7b87e3414adbe7455b321 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Wed, 26 Jun 2024 13:54:13 -0300 Subject: [PATCH] chore: Update shardIndex and shardTotal in TypeScript test workflow --- .github/workflows/typescript_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index 6b57f70d3..2f387393b 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -23,8 +23,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4] - shardTotal: [4] + shardIndex: [1, 2, 3, 4, 5] + shardTotal: [5] steps: - name: Checkout code uses: actions/checkout@v4