forked from Mirrors/doipjs
Add test to drone
This commit is contained in:
parent
122ab4c58c
commit
69650b23ab
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ kind: pipeline
|
||||||
name: release-dev-version
|
name: release-dev-version
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: run tests
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm install --global yarn
|
||||||
|
- yarn run prepare
|
||||||
|
- yarn run test
|
||||||
- name: build dev proxy container
|
- name: build dev proxy container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue