MangoShelf/.drone.yml

9 lines
104 B
YAML
Raw Permalink Normal View History

2022-09-21 18:43:43 +02:00
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm test