Skip to content

Commit

Permalink
fix typo in workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 21, 2024
1 parent 2087306 commit 3f02530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd $SCRATCH
# if no fails and no passes in expected fails then cleanup and exit 0 otherwise exit 1
./cs.status.${GITHUB_RUN_ID}${{ inputs.compiler }} --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml | grep FAIL | grep -v FAILURE
retcode = $?
retcode=$?
if [ $retcode -eq 0 ]; then
exit 1
fi
Expand Down

0 comments on commit 3f02530

Please sign in to comment.