Sfoglia il codice sorgente

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

master
peter 4 anni fa
parent
commit
8d8132b1b6
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      .drone.yml

+ 5
- 0
.drone.yml Vedi File

@@ -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:

Loading…
Annulla
Salva