Remove bun installation from drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric NGUYEN 2022-08-03 16:42:13 +02:00
parent a95e76865c
commit 8cee366484

View file

@ -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