Skip to content

Commit bc9dfd6

Browse files
committed
feat: don't cleanup process
1 parent 00dfdf3 commit bc9dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
npm install
5858
cp .env.sample .env
59-
RUNNER_TRACKING_ID="" && (nohup npm run dev&)
59+
RUNNER_TRACKING_ID="" && npm run dev > $GITHUB_WORKSPACE/api.log 2>&1 &
6060
- name: Wait for api
6161
run: |
6262
echo "Waiting for API to be ready..."

0 commit comments

Comments
 (0)