diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 04a07805a3..f4cb4822d7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -972,8 +972,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] - shardTotal: [8] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + shardTotal: [10] needs: - build-server-native services: diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index d73f7bc2e6..066ea81bda 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -109,8 +109,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] - shardTotal: [8] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + shardTotal: [10] needs: - build-server-native services: