Skip to content

Commit

Permalink
Output rodsLogs in Github Actions API test on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Oct 10, 2023
1 parent c21c6cb commit b14bfe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
cat ../copytovault.log
cat ../publication.log
- name: Output rodsLogs
if: failure()
run: |
docker exec provider.yoda sh -c 'set -x ; cat /var/lib/irods/log/rodsLog*'
# Uncomment section below when needed for debugging.
#
# - name: Setup tmate session for debugging
Expand Down

0 comments on commit b14bfe1

Please sign in to comment.