mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
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
|
||||
|
||||
steps:
|
||||
- name: run tests
|
||||
image: node
|
||||
commands:
|
||||
- npm install --global yarn
|
||||
- yarn run prepare
|
||||
- yarn run test
|
||||
- name: build dev proxy container
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue