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 0f419625d2 - Show all commits

View File

@ -13,7 +13,7 @@ steps:
image: node:alpine
commands:
- yarn
- yarn test
- yarn test:ci
trigger:
event:
- pull_request