소스 검색

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
 
     - 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