Merge branch 'main' into merge_main_2dd99f8 #287
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: API for coupled drivers | |
on: [push, pull_request] | |
jobs: | |
test-top-api: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: .testing | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- uses: ./.github/actions/ubuntu-setup | |
- uses: ./.github/actions/testing-setup | |
with: | |
build_symmetric: 'false' | |
- name: Compile MOM6 for the GFDL coupled driver | |
shell: bash | |
run: make check_mom6_api_coupled -j | |
- name: Compile MOM6 for the NUOPC driver | |
shell: bash | |
run: make check_mom6_api_nuopc -j | |
- name: Compile MOM6 for the MCT driver | |
shell: bash | |
run: make check_mom6_api_mct -j |