From 437d30590c45e8b7dd0cd01a3dc67066a2137115 Mon Sep 17 00:00:00 2001 From: Jess <20195932+wrongkindofdoctor@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:24:22 -0400 Subject: [PATCH] add ubuntu tests back to CI --- .github/workflows/mdtf_tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mdtf_tests.yml b/.github/workflows/mdtf_tests.yml index d9bf15586..6a29728f4 100644 --- a/.github/workflows/mdtf_tests.yml +++ b/.github/workflows/mdtf_tests.yml @@ -18,19 +18,19 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [macos-latest] + os: [ubuntu-latest, macos-latest] json-file: ["tests/github_actions_test_ubuntu_set1.jsonc","tests/github_actions_test_macos_set1.jsonc"] json-file-set2: ["tests/github_actions_test_ubuntu_set2.jsonc", "tests/github_actions_test_macos_set2.jsonc"] json-file-set3: ["tests/github_actions_test_ubuntu_set3.jsonc", "tests/github_actions_test_macos_set3.jsonc"] # if experimental is true, other jobs to run if one fails experimental: [false] exclude: - #- os: ubuntu-latest - # json-file: "tests/github_actions_test_macos_set1.jsonc" - #- os: ubuntu-latest - # json-file-set2: "tests/github_actions_test_macos_set2.jsonc" - #- os: ubuntu-latest - # json-file-set3: "tests/github_actions_test_macos_set3.jsonc" + - os: ubuntu-latest + json-file: "tests/github_actions_test_macos_set1.jsonc" + - os: ubuntu-latest + json-file-set2: "tests/github_actions_test_macos_set2.jsonc" + - os: ubuntu-latest + json-file-set3: "tests/github_actions_test_macos_set3.jsonc" - os: macos-latest json-file: "tests/github_actions_test_ubuntu_set1.jsonc" - os: macos-latest