mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
CI: Fix test groups when running full CI suite (#60300)
This commit is contained in:
parent
29f1abd2d5
commit
c5d480f0c9
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -105,6 +105,8 @@ jobs:
|
|||||||
|| [[ "${{ github.ref }}" == "refs/heads/rc" ]] \
|
|| [[ "${{ github.ref }}" == "refs/heads/rc" ]] \
|
||||||
|| [[ "${{ steps.core.outputs.any }}" == "true" ]];
|
|| [[ "${{ steps.core.outputs.any }}" == "true" ]];
|
||||||
then
|
then
|
||||||
|
test_groups="[1, 2, 3, 4, 5, 6]"
|
||||||
|
test_group_count=6
|
||||||
test_full_suite="true"
|
test_full_suite="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user