diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..238cce8 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file