remove test step from done

This commit is contained in:
nitowa
2022-02-12 20:09:59 +01:00
parent a9cfe2986c
commit 0a970e5b9c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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
View File
@@ -5,4 +5,4 @@ node_modules
test test
.drone.yml .drone.yml
.gitignore .gitignore
.tsconfig.json tsconfig.json