Skip to content

jedwards4b is testing the project #33

jedwards4b is testing the project

jedwards4b is testing the project #33

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:
reusable:

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

View workflow run for this annotation

GitHub Actions / cesm-derecho-hosted

Invalid workflow file

The workflow is not valid. .github/workflows/derecho.yaml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
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 }}