mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Bump number of test groups from 6 -> 10 (#74648)
This commit is contained in:
parent
3f53ed5d5c
commit
46beae9061
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user