MangoShelf/.drone.yml

9 lines
104 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm test