From 703e4e93781a38ed2496c14010e0ce854e694586 Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:43:43 -0800 Subject: [PATCH] background server --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d7196baa..384eb4a7 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,6 +31,7 @@ jobs: cache: 'npm' - run: npm ci - run: APP_ENV=develop npm run ci:build:dev --if-present + - run: npm run start & - run: npm test - name: Configure AWS Credentials