From 34964cc57ea93648be2e53b4de9876b1f17df1b9 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 20 Nov 2024 09:27:37 -0700 Subject: [PATCH] all tests but nuopc should now pass --- .github/workflows/reusable.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable.yaml b/.github/workflows/reusable.yaml index f13f7c6b7..c0bf41cf9 100644 --- a/.github/workflows/reusable.yaml +++ b/.github/workflows/reusable.yaml @@ -28,7 +28,8 @@ jobs: - name: check status run: | cd $SCRATCH - ./cs.status.${GITHUB_RUN_ID}${{ inputs.compiler }} --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml --fails-only | grep FAIL + ./cs.status.${GITHUB_RUN_ID}${{ inputs.compiler }} --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml --fails-only | grep FAIL | grep -v FAILURE if [ $? == 0 ]; then return -1 - fi \ No newline at end of file + fi + return 0 \ No newline at end of file