Skip to content

Commit

Permalink
stupid tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 20, 2024
1 parent 940d2f1 commit e7089ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: |
cd $SCRATCH
./cs.status.${GITHUB_RUN_ID}${{ inputs.compiler }} --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml --fails-only | grep FAIL | grep -v FAILURE
retval=$?
if [ $retval -eq 0 ]; then
echo "Error"
retval=$?
if [ $retval -eq 0 ]; then
echo "Error"
fi
exit 0
exit 0

0 comments on commit e7089ee

Please sign in to comment.