Implement finalization and various enhancements for MPAS dynamical core #124
Workflow file for this run
This file contains hidden or 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
| on: | |
| pull_request: | |
| jobs: | |
| fleximod-test: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| matrix: | |
| # oldest supported and latest supported | |
| python-version: ["3.8", "3.x"] | |
| steps: | |
| - id: checkout-CESM | |
| uses: actions/checkout@v4 | |
| - id: run-fleximod | |
| run: | | |
| $GITHUB_WORKSPACE/bin/git-fleximod update | |
| $GITHUB_WORKSPACE/bin/git-fleximod test | |