backend/.drone.yml
Nicolai Ort 1fbddf5ef8
Some checks failed
continuous-integration/drone/pr Build is failing
Added source
2020-12-11 20:13:32 +01:00

14 lines
187 B
YAML

---
kind: pipeline
name: tests:latest
steps:
- name: run tests
image: node:alpine
commands:
- yarn
- yarn test
source: ${DRONE_SOURCE_BRANCH}
trigger:
event:
- pull_request