Skip to content

cam6_4_031: fix issues #1108, #1106, #1058, #1051, #1050; merge PR#1101 #108

cam6_4_031: fix issues #1108, #1106, #1058, #1051, #1050; merge PR#1101

cam6_4_031: fix issues #1108, #1106, #1058, #1051, #1050; merge PR#1101 #108

Workflow file for this run

on: pull_request
jobs:
fleximod-test:
runs-on: ubuntu-latest
strategy:
matrix:
# oldest supported and latest supported
python-version: ["3.7", "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
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3