This commit is contained in:
parent
0ba1c2a1a2
commit
c8029f5588
11
.drone.yml
11
.drone.yml
@ -2,8 +2,17 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: install
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- npm run build
|
||||
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- npm run test
|
Loading…
Reference in New Issue
Block a user