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: