fix(workflow): update node.yaml to run npm start in the background
Some checks failed
GBCI / build (push) Failing after 3m19s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-18 23:48:26 -03:00
parent bc0aa7627e
commit ce78abdceb

View file

@ -47,4 +47,4 @@ jobs:
pkill -f "node ./boot.mjs" || true pkill -f "node ./boot.mjs" || true
npm run start nohup npm run start > /dev/null 2>&1 &