diff --git a/.drone.yml b/.drone.yml index ff75895..18d98d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: - name: test image: node:16 commands: - - curl https://bun.sh/install | bash - node ./test-server/node-http.js & - npm install - npm test @@ -19,7 +18,6 @@ steps: - name: test image: node commands: - - curl https://bun.sh/install | bash - node ./test-server/node-http.js & - npm install - npm test \ No newline at end of file