pitaya-launcher/.drone.yml

8 lines
108 B
YAML

---
pipeline:
test:
image: node:latest
commands:
- npm install
- npm test