Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-05 01:30:30 +02:00
parent 2bfac21152
commit 70d72f4f12

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: node:alpine
image: node
commands:
- npm install
- npm test