Add support to build MOM5 with an external FMS and Generic Tracers using Spack #51
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: Test model build | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- master | |
- access-esm1.5 | |
push: | |
branches: | |
- master | |
- access-esm1.5 | |
jobs: | |
build: | |
name: Build ${{ github.repository }} via spack | |
uses: access-nri/build-ci/.github/workflows/model-1-build.yml@main | |
permissions: | |
packages: read |