Skip to content

sima0_20_000: Abstract aerosol interface; bulk aerosols (BAM); partial MAM; radiative_aerosol and physical props infra; optics core code; pfUnit tests #857

sima0_20_000: Abstract aerosol interface; bulk aerosols (BAM); partial MAM; radiative_aerosol and physical props infra; optics core code; pfUnit tests

sima0_20_000: Abstract aerosol interface; bulk aerosols (BAM); partial MAM; radiative_aerosol and physical props infra; optics core code; pfUnit tests #857

Workflow file for this run

on:
pull_request:
jobs:
fleximod-test:
runs-on: ubuntu-slim
strategy:
fail-fast: false
matrix:
# oldest supported and latest supported
python-version: ["3.8", "3.x"]
steps:
- id: checkout-CESM
uses: actions/checkout@v6
- id: run-fleximod
run: |
$GITHUB_WORKSPACE/bin/git-fleximod update -o
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 add . && git diff --exit-code && git diff --cached --exit-code