Remove bun installation from drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a95e76865c
commit
8cee366484
1 changed files with 0 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue