Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebauer authored Jan 9, 2025
1 parent f379cb9 commit 1b5123a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ jobs:

# check for correct output of Niwot run
- name: Check if niwot.out is generated
if: ${{ !files.exists('Sites/Niwot/niwot.out') }}
shell: bash
run: |
echo "::error title={No Output}::Test run for Niwot site failed to produce output"
exit 1
if: ${{ !files.exists('Sites/Niwot/niwot.out') }}
echo "::error title={No Output}::Test run for Niwot site failed to produce output"
exit 1
fi
# Check if niwot.out has changed
- name: Check whether niwot.out has changed
shell: bash
Expand Down

0 comments on commit 1b5123a

Please sign in to comment.