remove test step from done
This commit is contained in:
+4
-4
@@ -35,10 +35,10 @@ steps:
|
|||||||
- name: cache
|
- name: cache
|
||||||
path: /cache
|
path: /cache
|
||||||
|
|
||||||
- name: npm run test
|
#- name: npm run test
|
||||||
image: node:12
|
# image: node:12
|
||||||
commands:
|
# commands:
|
||||||
- npm run test
|
# - npm run test
|
||||||
|
|
||||||
- name: build docs
|
- name: build docs
|
||||||
image: node:12
|
image: node:12
|
||||||
|
|||||||
+1
-1
@@ -5,4 +5,4 @@ node_modules
|
|||||||
test
|
test
|
||||||
.drone.yml
|
.drone.yml
|
||||||
.gitignore
|
.gitignore
|
||||||
.tsconfig.json
|
tsconfig.json
|
||||||
Reference in New Issue
Block a user