cubbot/drone.yml

15 lines
184 B
YAML
Raw Normal View History

2020-04-16 20:22:57 +00:00
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm test:coverage
- name: build
image: node
commands:
- npm install
- npm build