Przeglądaj źródła

fix: redirect STDERR for e2e to common output

Karol Sójko 1 rok temu
rodzic
commit
0c3737dc19
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 
     - 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:
         PORT: 3123