chore: fix nohup execution
This commit is contained in:
parent
4304e068b9
commit
89eb798fa8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/common-e2e.yml
vendored
2
.github/workflows/common-e2e.yml
vendored
|
@ -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: nohup yarn workspace @standardnotes/home-server start
|
||||
run: nohup yarn workspace @standardnotes/home-server start &
|
||||
env:
|
||||
PORT: 3123
|
||||
|
||||
|
|
Loading…
Reference in a new issue