Skip to content

allows all workflows to run even if some fail #6

allows all workflows to run even if some fail

allows all workflows to run even if some fail #6

Workflow file for this run

on:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: if '!cancelled()'
workflow_call:
inputs:
compiler:
type: string
required: true
jobs:
if '!cancelled()':
test:
env:
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