Skip to content

Commit

Permalink
now try a real workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 14, 2024
1 parent 62d9fd1 commit 671ac15
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,27 @@ jobs:
build:
if: ${{ github.event.label.name == 'run-pr-tests' }}
runs-on: hpc-runner

env:
CC: mpicc
FC: mpifort
CXX: mpicxx
CIME_MODEL: cesm
CIME_DRIVER: nuopc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: echo Hello one, world!

- name: Checkout code
uses: actions/checkout@v4
with:
path: $WORK/ghworkflow/CESM
- name: Run git-fleximod
run: |
cd $WORK/ghworkflow/CESM
./bin/git-fleximod update
- name: Run scripts_regression_tests
run: |
cd cime/CIME/tests
module load cmake
./scripts_regression_tests.py

0 comments on commit 671ac15

Please sign in to comment.