fix: outputing logs on e2e - already existing logs directory

This commit is contained in:
Karol Sójko
2023-07-27 10:32:43 +02:00
parent 913ced70b0
commit a43e5ef724
-3
View File
@@ -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: