This commit is contained in:
parent
05e9013c3b
commit
b07acdb83d
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@ 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
|
||||
- npm install
|
||||
- npm test
|
||||
|
@ -20,6 +22,8 @@ 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
|
||||
- npm install
|
||||
- npm test
|
Loading…
Add table
Add a link
Reference in a new issue