Landingpage/.drone.yml

6 lines
No EOL
89 B
YAML

pipeline:
run-tests:
image: node:10.15
commands:
- npm i
- npm test