Skip to content

try again

try again #4

Workflow file for this run

name: cesm-derecho-hosted
run-name: ${{ github.actor }} is testing the project
on:
pull_request:
branches: [ testbranch ]
types: [ labeled ]
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:
- name: Checkout code
uses: actions/checkout@v4
with:
path: $WORK/ghworkflow/CESM
- name: Run git-fleximod
run: |

Check failure on line 27 in .github/workflows/derecho.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/derecho.yaml

Invalid workflow file

You have an error in your yaml syntax on line 27
cd $WORK/ghworkflow/CESM
./bin/git-fleximod update
cd cime/CIME/tests
module load cmake
qcmd -l walltime=02:00:00 -- ./scripts_regression_tests.py