From 5624ec749d0e50005a181919b5f2fef5e1175b4f Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 26 Jan 2022 14:52:31 -0700 Subject: [PATCH] Per #1546, re-group the ref_config lead times from 2 to 3. Leads 00, 12, 24, 36, and 48 run 8, 11, 11, 14, and 11 tests, respectively. So do lead 36 by itself as a 3rd job. --- .github/workflows/unit_tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 4e9ccd3a97..0f98b12d75 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -160,8 +160,9 @@ jobs: strategy: matrix: tests: - - 'ref_config_lead_00 ref_config_lead_12 ref_config_lead_24' - - 'ref_config_lead_36 ref_config_lead_48' + - 'ref_config_lead_00 ref_config_lead_12' + - 'ref_config_lead_24 ref_config_lead_48' + - 'ref_config_lead_36' fail-fast: false steps: - uses: actions/checkout@v2