diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20cb77e..5044f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,6 @@ jobs: [[ "${{ matrix.compiler }}" == "intel" ]] && source /opt/intel/oneapi/setvars.sh $SIFDECODE/bin/sifdecoder --help $SIFDECODE/bin/sifdecoder -A ${{ matrix.arch }} ROSENBR.SIF - # check that all output files exist (EXTER.f is allowed to be empty) - [[ -s "OUTSDIF.d" && -s "AUTOMAT.d" && -f "EXTER.f" && -s "RANGE.f" && -s "ELFUN.f" && -s "GROUP.f" ]] || exit 1 + # check that all output files exist (EXTER.f may not exist) + [[ -s "OUTSDIF.d" && -s "AUTOMAT.d" && -s "RANGE.f" && -s "ELFUN.f" && -s "GROUP.f" ]] || exit 1