Skip to content

allows all workflows to run even if some fail #5

allows all workflows to run even if some fail

allows all workflows to run even if some fail #5

Workflow file for this run

on:
workflow_call:
inputs:
compiler:
type: string
required: true
jobs:
test:
if '!cancelled()'
env:

Check failure on line 11 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 11
CC: mpicc
FC: mpifort
CXX: mpicxx
CIME_MODEL: cesm
CIME_DRIVER: nuopc
# needs: setup
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 $GITHUB_RUN_ID
- name: check status
run: |
cd $SCRATCH
./cs.status.${GITHUB_RUN_ID} --expected-fails-file $GITHUB_WORKSPACE/CESM/cime_config/testfiles/ExpectedTestFails.xml