diff --git a/.drone.yml b/.drone.yml index 997a3c4..a548d55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: test image: node:16 commands: - - node ./test-server/node-http.js & + - node ./test-server/http.js & - npm i - npm run test:nowatch - npm run build @@ -19,7 +19,7 @@ steps: - name: test image: node commands: - - node ./test-server/node-http.js & + - node ./test-server/http.js & - npm i - npm run test:nowatch - npm run build \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a82720..24b650f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,7 +34,7 @@ steps: - bash: | set -euo pipefail node --version - node ./test-server/node-http.js & + node ./test-server/http.js & jobs pnpm i pnpm run test:nowatch @@ -50,7 +50,7 @@ steps: - bash: | set -euo pipefail node --version - node ./test-server/node-http.js & + node ./test-server/http.js & jobs pnpm i pnpm run test:nowatch