add drone npm test fehlt noch
This commit is contained in:
parent
41bb34313a
commit
f8ac6bdc43
1 changed files with 6 additions and 0 deletions
6
.drone.yml
Normal file
6
.drone.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
run-tests:
|
||||||
|
image: node:10.15
|
||||||
|
commands:
|
||||||
|
- npm i
|
||||||
|
- npm test
|
Loading…
Reference in a new issue