Skip to content

trouble finding repo #34

trouble finding repo

trouble finding repo #34

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:
setup:
if: ${{ github.event.label.name == 'run-pr-tests' }}
runs-on: hpc-runner
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: ESCOMP/CESM

Check failure on line 18 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 18
path: CESM
- name: Run git-fleximod
run: |
pwd
module list
./bin/git-fleximod update
reusable:
runs-on: hpc-runner
strategy:
matrix:
compiler: [intel, intel-oneapi]
env:
CC: mpicc
FC: mpifort
CXX: mpicxx
CIME_MODEL: cesm
CIME_DRIVER: nuopc
needs: [setup]
steps:
- uses: ./.github/workflows/reusable.yaml
with:
compiler: ${{ matrix.compiler }}