mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
CI: Fix test groups when running full CI suite (#60300)
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user