azure-pipeline: Clean node process
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ed3dcf8112
commit
87369ee90d
1 changed files with 4 additions and 0 deletions
|
@ -20,8 +20,10 @@ steps:
|
||||||
- script: |
|
- script: |
|
||||||
node --version
|
node --version
|
||||||
node ./test-server/node-http.js &
|
node ./test-server/node-http.js &
|
||||||
|
jobs
|
||||||
npm ci
|
npm ci
|
||||||
npm run test:nowatch
|
npm run test:nowatch
|
||||||
|
killall node
|
||||||
displayName: 'Test on Node.js 16.x LTS'
|
displayName: 'Test on Node.js 16.x LTS'
|
||||||
|
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
|
@ -32,6 +34,8 @@ steps:
|
||||||
- script: |
|
- script: |
|
||||||
node --version
|
node --version
|
||||||
node ./test-server/node-http.js &
|
node ./test-server/node-http.js &
|
||||||
|
jobs
|
||||||
npm ci
|
npm ci
|
||||||
npm run test:nowatch
|
npm run test:nowatch
|
||||||
|
killall node
|
||||||
displayName: 'Test on Node.js 18.x Latest'
|
displayName: 'Test on Node.js 18.x Latest'
|
Loading…
Add table
Add a link
Reference in a new issue