From 55add146faa5196d68fdaddfb32f650d1ce63358 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Wed, 26 Jun 2024 22:41:02 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(typescript=5Ftest.yml):=20updat?= =?UTF-8?q?e=20shard=20configuration=20to=20include=207=20shards=20for=20b?= =?UTF-8?q?etter=20distribution=20of=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 50ffb9d44..deb4136f5 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, 5, 6] - shardTotal: [6] + shardIndex: [1, 2, 3, 4, 5, 6, 7] + shardTotal: [7] env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} steps: