Landingpage/.drone.yml

6 lines
89 B
YAML
Raw Normal View History

2019-09-05 18:42:28 +00:00
pipeline:
run-tests:
image: node:10.15
commands:
- npm i
- npm test