Skip to content

jedwards4b is testing the project #65

jedwards4b is testing the project

jedwards4b is testing the project #65

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: Prepare system
run: |
rm -fr $SCRATCH/cs.s* $SCRATCH/SMS_Ld2* $GITHUB_WORKSPACE
mkdir $GITHUB_WORKSPACE
- name: Checkout code
uses: actions/checkout@v4
- name: Run git-fleximod
run: |
pwd
module list
./bin/git-fleximod update
build:
strategy:
matrix:
compiler: [gnu ]
uses: ./.github/workflows/build.yaml

Check failure on line 32 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: 32, Col: 11): Error from called workflow ESCOMP/CESM/.github/workflows/build.yaml@432d03af5b1cf4f6c66bf7aafca8556934c753d7 (Line: 19, Col: 5): Unexpected value 'shell'
with:
compiler: ${{ matrix.compiler }}