Skip to content

now try a real workflow #43

now try a real workflow

now try a real workflow #43

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:
github-server-url: https://github.com/ESCOMP/CESM/
path: CESM
- name: Run git-fleximod
run: |
pwd
module list
./bin/git-fleximod update
reusable:
strategy:
matrix:
compiler: [intel, intel-oneapi]
uses: ./.github/workflows/reusable.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/derecho.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/derecho.yaml" -> "./.github/workflows/reusable.yaml" : No steps defined in `steps` and no workflow called in `uses` for the following jobs: if '!cancelled()'
with:
compiler: ${{ matrix.compiler }}