CI: Fix test groups when running full CI suite (#60300)

pull/60293/head
Franck Nijhof 2021-11-24 19:03:33 +01:00 committed by GitHub
parent 29f1abd2d5
commit c5d480f0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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