Skip to content

Commit

Permalink
test if file exists before attempt to cat it
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Aug 30, 2024
1 parent c3b813e commit cb7134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timblserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
if: ${{ env.action_status == '' && steps.configure.outcome != 'success' }}
run: |
echo "action_status=configure" >> $GITHUB_ENV
cat config.log
[ -f config.log ] && cat config.log
- name: make
if: ${{ env.action_status == '' }}
id: make
Expand Down

0 comments on commit cb7134d

Please sign in to comment.