Alpha release 0.1.0 #9

Merged
niggl merged 29 commits from dev into main 2021-03-04 16:02:06 +00:00
Showing only changes of commit 3501a4bef1 - Show all commits

View File

@ -1,3 +1,23 @@
---
kind: pipeline
name: tests:node_latest
clone:
disable: true
steps:
- name: checkout pr
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:latest
commands:
- yarn
- yarn test:ci
trigger:
event:
- pull_request
--- ---
kind: pipeline kind: pipeline
type: docker type: docker