add drone.yml
continuous-integration/drone/push Build is failing Details

main
nightly 2022-10-19 15:46:41 +02:00
parent a7943876fc
commit f8077b2e54
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 run test