From 87369ee90d0bad4dc041789550a6ce3a7ce9c5a7 Mon Sep 17 00:00:00 2001 From: Siklos Date: Mon, 8 Aug 2022 16:45:22 +0200 Subject: [PATCH] azure-pipeline: Clean node process --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5419a73..9a751fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,8 +20,10 @@ steps: - script: | node --version node ./test-server/node-http.js & + jobs npm ci npm run test:nowatch + killall node displayName: 'Test on Node.js 16.x LTS' - task: NodeTool@0 @@ -32,6 +34,8 @@ steps: - script: | node --version node ./test-server/node-http.js & + jobs npm ci npm run test:nowatch + killall node displayName: 'Test on Node.js 18.x Latest' \ No newline at end of file