chore: Update shardIndex and shardTotal in TypeScript test workflow
This commit is contained in:
parent
0433c9ea05
commit
4aba86708b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/typescript_test.yml
vendored
4
.github/workflows/typescript_test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue