Added .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Eric NGUYEN 2022-08-03 14:28:28 +02:00
parent fef45ef91a
commit d94e7feab9

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm test