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
|
- name: test
|
||||||
image: node:16
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
|
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/node-http.js &
|
||||||
- pnpm install
|
- npm ci
|
||||||
- pnpm run test:nowatch
|
- npm run test:nowatch
|
||||||
- pnpm run build
|
- npm run build
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -20,8 +19,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
|
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/node-http.js &
|
||||||
- pnpm install
|
- npm ci
|
||||||
- pnpm run test:nowatch
|
- npm run test:nowatch
|
||||||
- pnpm run build
|
- npm run build
|
Loading…
Add table
Add a link
Reference in a new issue