Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +00:00
Showing only changes of commit 31e7d074dc - Show all commits

View File

@ -3,12 +3,15 @@ kind: pipeline
name: tests:latest
steps:
- name: clone
image: alpine/git
commands:
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:alpine
commands:
- yarn
- yarn test
source: ${DRONE_SOURCE_BRANCH}
trigger:
event:
- pull_request