diff --git a/tests/github_actions_test_macos_1a.jsonc b/tests/github_actions_test_macos_1a.jsonc index f153f9bfc..b33476fd4 100644 --- a/tests/github_actions_test_macos_1a.jsonc +++ b/tests/github_actions_test_macos_1a.jsonc @@ -3,16 +3,16 @@ // as blank lines (JSONC quasi-standard.) { "pod_list": [ - "convective_transition_diag", - //"Wheeler_Kiladis", + "Wheeler_Kiladis", "precip_diurnal_cycle" + //"EOF_500hPa" ], - "case_list": { + "case_list" : { "NCAR.Synthetic": { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed. diff --git a/tests/github_actions_test_macos_1b.jsonc b/tests/github_actions_test_macos_1b.jsonc index 4a1419058..f028dc1c1 100644 --- a/tests/github_actions_test_macos_1b.jsonc +++ b/tests/github_actions_test_macos_1b.jsonc @@ -4,15 +4,15 @@ { "pod_list": [ "MJO_suite", - "MJO_teleconnection" - //"EOF_500hPa" + "MJO_teleconnection", + "convective_transition_diag" ], - "case_list": { - "NCAR.Synthetic": { + "case_list" : { + "NCAR.Synthetic" : { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed. diff --git a/tests/github_actions_test_ubuntu_1a.jsonc b/tests/github_actions_test_ubuntu_1a.jsonc index ea1b1b937..8645d144d 100644 --- a/tests/github_actions_test_ubuntu_1a.jsonc +++ b/tests/github_actions_test_ubuntu_1a.jsonc @@ -3,16 +3,16 @@ // as blank lines (JSONC quasi-standard.) { "pod_list": [ - //"convective_transition_diag", - "Wheeler_Kiladis" - // "precip_diurnal_cycle" + "Wheeler_Kiladis", + "precip_diurnal_cycle" + //"EOF_500hPa" ], "case_list" : { "NCAR.Synthetic": { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed. diff --git a/tests/github_actions_test_ubuntu_1b.jsonc b/tests/github_actions_test_ubuntu_1b.jsonc index ff73d3492..cdb29de43 100644 --- a/tests/github_actions_test_ubuntu_1b.jsonc +++ b/tests/github_actions_test_ubuntu_1b.jsonc @@ -8,11 +8,11 @@ "convective_transition_diag" ], "case_list" : { - "NCAR.Synthetic": { + "NCAR.Synthetic" : { "convention" : "CESM", "startdate" : "19750101", "enddate" : "19811231" - } + } }, // PATHS --------------------------------------------------------------------- // Location of supporting data downloaded when the framework was installed.