diff --git a/.github/workflows/api-and-integration-tests.yml b/.github/workflows/api-and-integration-tests.yml index 462583f92..4bf5c7c14 100644 --- a/.github/workflows/api-and-integration-tests.yml +++ b/.github/workflows/api-and-integration-tests.yml @@ -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()