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
|
- name: test
|
||||||
image: node:16
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
- curl https://bun.sh/install | bash
|
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/node-http.js &
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
|
@ -19,7 +18,6 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- curl https://bun.sh/install | bash
|
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/node-http.js &
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
Loading…
Add table
Add a link
Reference in a new issue