Skip to content

jedwards4b is testing the project #82

jedwards4b is testing the project

jedwards4b is testing the project #82

Workflow file for this run

name: cesm-derecho-hosted
run-name: ${{ github.actor }} is testing the project
on:
pull_request:
branches: [ cesm3.0-alphabranch ]
types: [ labeled ]
jobs:
setup:
# only run this workflow if the label run-pr-tests is applied
if: ${{ github.event.label.name == 'run-pr-tests' }}
# currently hpc-runner is derecho.hpc.ucar.edu
runs-on: hpc-runner
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run git-fleximod
run: |
pwd
module list
./bin/git-fleximod update
build:
strategy:
matrix:
compiler: [gnu, intel, intel-oneapi, nvhpc]
uses: ./.github/workflows/build.yaml

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

View workflow run for this annotation

GitHub Actions / cesm-derecho-hosted

Invalid workflow file

The workflow is not valid. In .github/workflows/derecho.yaml (Line: 30, Col: 11): Error from called workflow ESCOMP/CESM/.github/workflows/build.yaml@31c1ad6bc9326418b6ff2f6aaf05f30972be347d (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
with:
compiler: ${{ matrix.compiler }}