Update .drone.yml + update README.md
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
85169f198e
commit
a95e76865c
2 changed files with 16 additions and 7 deletions
|
@ -7,9 +7,7 @@ steps:
|
|||
image: node:16
|
||||
commands:
|
||||
- curl https://bun.sh/install | bash
|
||||
- export BUN_INSTALL="$HOME/.bun"
|
||||
- export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
- bun run ../test-server.js
|
||||
- node ./test-server/node-http.js &
|
||||
- npm install
|
||||
- npm test
|
||||
|
||||
|
@ -22,8 +20,6 @@ steps:
|
|||
image: node
|
||||
commands:
|
||||
- curl https://bun.sh/install | bash
|
||||
- export BUN_INSTALL="$HOME/.bun"
|
||||
- export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
- bun run ../test-server.js
|
||||
- node ./test-server/node-http.js &
|
||||
- npm install
|
||||
- npm test
|
Loading…
Add table
Add a link
Reference in a new issue