Skip to content

Commit

Permalink
Try to fix API and integration workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof authored and stsnel committed Dec 23, 2024
1 parent 5330926 commit bd087d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-and-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Output rodsLogs
if: failure()
run: |
docker exec provider.yoda sh -c 'set -x ; tail -f /var/log/syslog'
docker exec provider.yoda sh -c 'cat /var/log/syslog'
- name: Output web server logs
if: failure()
Expand Down

0 comments on commit bd087d4

Please sign in to comment.