diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index 2c91389d7..5d25815e7 100644 --- a/.github/workflows/common-e2e.yml +++ b/.github/workflows/common-e2e.yml @@ -83,7 +83,7 @@ jobs: sed -i "s/PSEUDO_KEY_PARAMS_KEY=/PSEUDO_KEY_PARAMS_KEY=$(openssl rand -hex 32)/g" packages/home-server/.env - name: Run Server - run: yarn workspace @standardnotes/home-server start + run: nohup yarn workspace @standardnotes/home-server start env: PORT: 3123