chore: Update shardIndex and shardTotal in TypeScript test workflow

This commit is contained in:
cristhianzl 2024-06-26 13:54:13 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 4aba86708b

View file

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