Skip to content

Add diag manager test to register var with different axis permutations #693

Add diag manager test to register var with different axis permutations

Add diag manager test to register var with different axis permutations #693

Workflow file for this run

name: MOM6 test suite with GCC
# runs on PR's or when manually triggered
on: [workflow_dispatch, pull_request]
# cancel running jobs if theres a newer push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout MOM6 repository
uses: actions/checkout@v4.2.2
with:
repository: 'NOAA-GFDL/MOM6'
submodules: recursive
- name: Install dependency packages
uses: ./.github/actions/ubuntu-setup/
- name: Checkout FMS into MOM build
uses: actions/checkout@v4.2.2
with:
path: .testing/deps/fms/src
- name: Build FMS and MOM test suite
run: make -C .testing -j
- name: Run MOM tests
run: make -C .testing -j test