backend/.drone.yml
Nicolai Ort abb13045e6
Some checks failed
continuous-integration/drone/pr Build is failing
Switched to yarn
ref #23
2020-12-11 19:47:35 +01:00

13 lines
154 B
YAML

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