瀏覽代碼

fix: redirect STDERR for e2e to common output

Karol Sójko 1 年之前
父節點
當前提交
0c3737dc19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/common-e2e.yml

+ 1 - 1
.github/workflows/common-e2e.yml

@@ -119,7 +119,7 @@ jobs:
         echo "E2E_TESTING=true" >> packages/home-server/.env
         echo "E2E_TESTING=true" >> packages/home-server/.env
 
 
     - 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 2>&1 &
       env:
       env:
         PORT: 3123
         PORT: 3123