diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 300a01318..59fc017f8 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -752,8 +752,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3] - shardTotal: [3] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] + shardTotal: [8] needs: - build-server-native services: diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index 792ed93d7..8e78b9585 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -108,8 +108,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3] - shardTotal: [3] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8] + shardTotal: [8] needs: - build-server-native services: