add more shard and break store tests in 2

This commit is contained in:
cristhianzl 2024-06-27 02:57:02 -03:00 committed by Gabriel Luiz Freitas Almeida
commit e3e0c93dc0
4 changed files with 127 additions and 126 deletions

View file

@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4, 5, 6, 7]
shardTotal: [7]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
STORE_API_KEY: ${{ secrets.STORE_API_KEY }}