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: steps:
- name: test - name: test
image: node:alpine image: node
commands: commands:
- npm install - npm install
- npm test - npm test