diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a4413e3668..2f97a8e4208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,8 +93,8 @@ jobs: # Defaults integrations_glob="" test_full_suite="true" - test_groups="[1, 2, 3, 4, 5, 6]" - test_group_count=6 + test_groups="[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]" + test_group_count=10 tests="[]" tests_glob="" @@ -137,8 +137,8 @@ jobs: || [[ "${{ github.event.inputs.full }}" == "true" ]] \ || [[ "${{ contains(github.event.pull_request.labels.*.name, 'ci-full-run') }}" == "true" ]]; then - test_groups="[1, 2, 3, 4, 5, 6]" - test_group_count=6 + test_groups="[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]" + test_group_count=10 test_full_suite="true" fi