rasha-fork/.drone.yml

10 lines
116 B
YAML

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