Skip to content

Commit

Permalink
Per #1546, re-group the ref_config lead times from 2 to 3. Leads 00, …
Browse files Browse the repository at this point in the history
…12, 24, 36, and 48 run 8, 11, 11, 14, and 11 tests, respectively. So do lead 36 by itself as a 3rd job.
  • Loading branch information
JohnHalleyGotway committed Jan 26, 2022
1 parent a931c0b commit 5624ec7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5624ec7

Please sign in to comment.