浏览代码

Merge branch 'master' of ssh://gitea.frontblock.me:2222/fw-vendor/rpclibrary

master
peter 5 年前
父节点
当前提交
8d8132b1b6
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      .drone.yml

+ 5
- 0
.drone.yml 查看文件

@@ -12,6 +12,11 @@ steps:
12 12
   commands:
13 13
   - npm run build
14 14
 
15
+- name: npm run test
16
+  image: node:12
17
+  commands:
18
+  - npm run test
19
+
15 20
 - name: npm publish
16 21
   image: plugins/npm
17 22
   settings:

正在加载...
取消
保存