backend/.drone.yml
Nicolai Ort d543dfb201
Some checks failed
continuous-integration/drone/pr Build is failing
Added drone pipeline that automaticly runs on prs (or at least it should)
ref #23
2020-12-11 19:45:56 +01:00

13 lines
160 B
YAML

---
kind: pipeline
name: tests:latest
steps:
- name: run tests
image: node:alpine
commands:
- npm install
- npm test
trigger:
event:
- pull_request