fix(workflows): clean up node.yaml by removing unnecessary whitespace
All checks were successful
GBCI / build (push) Successful in 5m56s
All checks were successful
GBCI / build (push) Successful in 5m56s
This commit is contained in:
parent
8584e43cc7
commit
98e6badbb2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
- name: Kill previous Node.js process (if running)
|
- name: Kill previous Node.js process (if running)
|
||||||
run: |
|
run: |
|
||||||
pkill -f "node dist/src/app.js" || true # Ignore if process doesn't exist
|
pkill -f "node dist/src/app.js" || true
|
||||||
|
|
||||||
- name: Start Node.js in background (and persist after workflow)
|
- name: Start Node.js in background (and persist after workflow)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue