pitaya-launcher/.drone.yml

9 lines
166 B
YAML

---
pipeline:
test:
image: alpine:3.6
commands:
- apk add --no-cache nodejs nodejs-npm firefox-esr
- npm install
- npm test