Skip to content

Commit

Permalink
add git-fleximod ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Jul 25, 2024
1 parent 7a8c70b commit dd73ec2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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


0 comments on commit dd73ec2

Please sign in to comment.