Skip to content

Complete CCPPIzation of Hack shallow convection; dycore tests change to ne3pg3; FCAM4 test #261

Complete CCPPIzation of Hack shallow convection; dycore tests change to ne3pg3; FCAM4 test

Complete CCPPIzation of Hack shallow convection; dycore tests change to ne3pg3; FCAM4 test #261

Workflow file for this run

on:
pull_request:
jobs:
fleximod-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
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
echo
echo "Update complete, checking status"
echo
$GITHUB_WORKSPACE/bin/git-fleximod test
- id: check-cleanliness
run: |
echo
echo "Checking if git fleximod matches expected externals"
echo
git diff --exit-code