nightly 2022-10-14 08:38:05 +02:00
commit 8ae361c323
1 changed files with 9 additions and 0 deletions

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