From bd087d41fb6768a69578f6314c5680df24234581 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Wed, 11 Dec 2024 14:58:06 +0100 Subject: [PATCH] Try to fix API and integration workflows --- .github/workflows/api-and-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()