diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02fa6fabd11..aa25f426037 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,6 +105,8 @@ jobs: || [[ "${{ github.ref }}" == "refs/heads/rc" ]] \ || [[ "${{ steps.core.outputs.any }}" == "true" ]]; then + test_groups="[1, 2, 3, 4, 5, 6]" + test_group_count=6 test_full_suite="true" fi