Jelajahi Sumber

fix: outputing logs on e2e - already existing logs directory

Karol Sójko 1 tahun lalu
induk
melakukan
a43e5ef724
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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 "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: