Skip to content

Commit

Permalink
Cat statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent 8af510b commit 3d54d0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
exit 1
fi
- name: "Write out logs directory"
shell: bash
run: |
find /var/spacedev/logs -name "*.log" -exec cat {} \;
- name: Upload /var/spacedev logs
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3d54d0f

Please sign in to comment.