浏览代码

fix: outputing logs on e2e - already existing logs directory

Karol Sójko 1 年之前
父节点
当前提交
a43e5ef724
共有 1 个文件被更改,包括 0 次插入3 次删除
  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: