This commit is contained in:
nightly 2022-10-14 08:38:05 +02:00
commit 8ae361c323

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