This commit is contained in:
parent
a36d5d79d4
commit
da7f5060e8
1 changed files with 6 additions and 8 deletions
14
.drone.yml
14
.drone.yml
|
@ -6,11 +6,10 @@ steps:
|
|||
- name: test
|
||||
image: node:16
|
||||
commands:
|
||||
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
|
||||
- node ./test-server/node-http.js &
|
||||
- pnpm install
|
||||
- pnpm run test:nowatch
|
||||
- pnpm run build
|
||||
- npm ci
|
||||
- npm run test:nowatch
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -20,8 +19,7 @@ steps:
|
|||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
|
||||
- node ./test-server/node-http.js &
|
||||
- pnpm install
|
||||
- pnpm run test:nowatch
|
||||
- pnpm run build
|
||||
- npm ci
|
||||
- npm run test:nowatch
|
||||
- npm run build
|
Loading…
Add table
Add a link
Reference in a new issue