From e7b05ef452dc574a209bbbb79d008e1c85a807a7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 23 Nov 2021 16:34:38 +0100 Subject: [PATCH] Adjust CI to split tests into 6 groups (#60198) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e95bd9034f8..8b02dd8a63f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -670,7 +670,7 @@ jobs: strategy: fail-fast: false matrix: - group: [1, 2, 3, 4] + group: [1, 2, 3, 4, 5, 6] python-version: [3.8, 3.9] name: >- Run tests Python ${{ matrix.python-version }} (group ${{ matrix.group }}) @@ -709,7 +709,7 @@ jobs: --durations=10 \ -n auto \ --dist=loadfile \ - --test-group-count 4 \ + --test-group-count 6 \ --test-group=${{ matrix.group }} \ --cov homeassistant \ --cov-report= \