From 69650b23abbf97e49ae057d793f93685160f5798 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 9 Jul 2021 23:58:55 +0200 Subject: [PATCH] Add test to drone --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 64bd03d..f9427ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,12 @@ kind: pipeline name: release-dev-version steps: + - name: run tests + image: node + commands: + - npm install --global yarn + - yarn run prepare + - yarn run test - name: build dev proxy container image: plugins/docker settings: