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 1b5123a commit ad10b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check if niwot.out is generated
shell: bash
run: |
if: ${{ !files.exists('Sites/Niwot/niwot.out') }}
if [ ! -f Sites/Niwot/niwot.out ]; then
echo "::error title={No Output}::Test run for Niwot site failed to produce output"
exit 1
fi
Expand Down

0 comments on commit ad10b3d

Please sign in to comment.