diff --git a/.github/workflows/reusable.yaml b/.github/workflows/reusable.yaml index 78e9a3233..e96a8d7b2 100644 --- a/.github/workflows/reusable.yaml +++ b/.github/workflows/reusable.yaml @@ -16,8 +16,8 @@ jobs: 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 }} + --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 }} \ No newline at end of file + cd $SCRATCH + ./cs.status.ghtest.${{ inputs.compiler }} --expected-fails-file $HOME/ghtest.expected_fails.${{ inputs.compiler }} \ No newline at end of file