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: