MangoRecipe/.drone.yml

9 lines
108 B
YAML
Raw Normal View History

2022-10-19 15:46:41 +02:00
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm run test