From a43e5ef724c87e4494055fafb40433a9c59d862e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 27 Jul 2023 10:32:43 +0200 Subject: [PATCH] fix: outputing logs on e2e - already existing logs directory --- .github/workflows/common-e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index 384a49613..57becc14e 100644 --- a/.github/workflows/common-e2e.yml +++ b/.github/workflows/common-e2e.yml @@ -118,9 +118,6 @@ jobs: echo "FILES_SERVER_URL=http://localhost:3123" >> packages/home-server/.env echo "E2E_TESTING=true" >> packages/home-server/.env - - name: Create logs directory - run: mkdir logs - - name: Run Server run: nohup yarn workspace @standardnotes/home-server start > logs/output.log & env: