🔧 (typescript_test.yml): update shard configuration to include 7 shards for better distribution of tests

This commit is contained in:
cristhianzl 2024-06-26 22:41:02 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 55add146fa

View file

@ -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: