backend/.drone.yml
Nicolai Ort 61b2baaee7
Some checks failed
continuous-integration/drone/pr Build is failing
renamed step
ref #23
2020-12-11 20:18:53 +01:00

17 lines
244 B
YAML

---
kind: pipeline
name: tests:latest
steps:
- name: checkout pr
image: alpine/git
commands:
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:alpine
commands:
- yarn
- yarn test
trigger:
event:
- pull_request