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

ref #23
This commit is contained in:
Nicolai Ort 2020-12-11 19:45:56 +01:00
parent 57f6775140
commit d543dfb201
1 changed files with 13 additions and 0 deletions

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