backend/.drone.yml
Nicolai Ort ef3fcee2a9
Some checks failed
continuous-integration/drone/pr Build is failing
testing branch parameter
2020-12-11 20:22:31 +01:00

19 lines
303 B
YAML

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