From 1e5965e5c3f39923aea86b6e0f606f65650a4f13 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 15 Nov 2024 14:20:43 -0700 Subject: [PATCH] fix yaml syntax --- .github/workflows/reusable.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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