Browse Source

fix: outputing logs on e2e - already existing logs directory

Karol Sójko 1 năm trước cách đây
mục cha
commit
a43e5ef724
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      .github/workflows/common-e2e.yml

+ 0 - 3
.github/workflows/common-e2e.yml

@@ -118,9 +118,6 @@ jobs:
         echo "FILES_SERVER_URL=http://localhost:3123" >> packages/home-server/.env
         echo "FILES_SERVER_URL=http://localhost:3123" >> packages/home-server/.env
         echo "E2E_TESTING=true" >> packages/home-server/.env
         echo "E2E_TESTING=true" >> packages/home-server/.env
 
 
-    - name: Create logs directory
-      run: mkdir logs
-
     - name: Run Server
     - name: Run Server
       run: nohup yarn workspace @standardnotes/home-server start > logs/output.log &
       run: nohup yarn workspace @standardnotes/home-server start > logs/output.log &
       env:
       env: