Browse Source

fix: redirect STDERR for e2e to common output

Karol Sójko 1 year ago
parent
commit
0c3737dc19
1 changed files with 1 additions and 1 deletions
  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