Skip to content

fix yaml syntax

fix yaml syntax #2

Workflow file for this run

on:
workflow_call:
inputs:
compiler:
required: true

Check failure on line 5 in .github/workflows/reusable.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
type: string
jobs:
test:
runs-on: hpc-runner
steps:
- name: Run ${{ inputs.compiler }} tests
continue-on-error: true
run: |
pwd
cd cime/scripts
module load cmake
qcmd -v PROJECT=P93300606 -A P93300606 -l walltime=02:00:00 -- ./create_test --xml-machine derecho\
--xml-category github --no-run --compiler ${{ inputs.compiler }} --test-id ghtest.${{ inputs.compiler }}
- name: check status
run: |
cd $SCRATCH
./cs.status.ghtest.${{ inputs.compiler }} --expected-fails-file $HOME/ghtest.expected_fails.${{ inputs.compiler }}