Skip to content

jedwards4b is testing the project #39

jedwards4b is testing the project

jedwards4b is testing the project #39

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 / 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/reusable.yaml@f9669d4bba33356ce6dc35c1edb207e68f4f0058 (Line: 18, Col: 5): Unexpected value 'working-directory'
with:
compiler: ${{ matrix.compiler }}