Added drone pipeline that automaticly runs on prs (or at least it should) #27

Merged
niggl merged 12 commits from feature/23-tests_on_pr into dev 2020-12-11 19:33:43 +00:00
Showing only changes of commit ef3fcee2a9 - Show all commits

View File

@ -1,12 +1,14 @@
---
kind: pipeline
name: tests:latest
clone:
branch: $DRONE_SOURCE_BRANCH
steps:
- name: checkout pr
image: alpine/git
commands:
- git checkout $DRONE_SOURCE_BRANCH
# - name: checkout pr
# image: alpine/git
# commands:
# - git clone $DRONE_REMOTE_URL
# - git checkout
- name: run tests
image: node:alpine
commands: