Add test to drone

This commit is contained in:
Yarmo Mackenbach 2021-07-09 23:58:55 +02:00
parent 122ab4c58c
commit 69650b23ab
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -41,6 +41,12 @@ kind: pipeline
name: release-dev-version name: release-dev-version
steps: steps:
- name: run tests
image: node
commands:
- npm install --global yarn
- yarn run prepare
- yarn run test
- name: build dev proxy container - name: build dev proxy container
image: plugins/docker image: plugins/docker
settings: settings: