From 89eb798fa8cd92162381d295cf97a6fa7585432d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 16 May 2023 11:23:01 +0200 Subject: [PATCH] chore: fix nohup execution --- .github/workflows/common-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index 5d25815e7..792c9fc3a 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: nohup yarn workspace @standardnotes/home-server start + run: nohup yarn workspace @standardnotes/home-server start & env: PORT: 3123