run tests with drone
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user