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: