diff --git a/.drone.yml b/.drone.yml index 8d7a147..0a843af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,6 @@ steps: - node ./test-server/node-http.js & - npm install - npm run test:nowatch - - kill -2 %1 2>/dev/null --- kind: pipeline @@ -21,5 +20,4 @@ steps: commands: - node ./test-server/node-http.js & - npm install - - npm run test:nowatch - - kill -2 %1 2>/dev/null \ No newline at end of file + - npm run test:nowatch \ No newline at end of file