diff --git a/.drone.yml b/.drone.yml index 5f7726e..2e995b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,11 @@ steps: commands: - npm run build +- name: npm run test + image: node:12 + commands: + - npm run test + - name: npm publish image: plugins/npm settings: