Skip to content

Commit

Permalink
add ubuntu tests back to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongkindofdoctor authored Aug 25, 2023
1 parent 01813da commit 437d305
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/mdtf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 437d305

Please sign in to comment.