backend/.drone.yml
Nicolai Ort 7a79f35b58
All checks were successful
continuous-integration/drone/pr Build is passing
Test for branch restrictions
ref #23
2020-12-11 20:07:52 +01:00

16 lines
201 B
YAML

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