Added drone pipeline that automaticly runs on prs (or at least it should)
Some checks failed
continuous-integration/drone/pr Build is failing

ref #23
This commit is contained in:
Nicolai Ort 2020-12-11 19:45:56 +01:00
parent 57f6775140
commit d543dfb201

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
name: tests:latest
steps:
- name: run tests
image: node:alpine
commands:
- npm install
- npm test
trigger:
event:
- pull_request