Update '.drone.yml'

pull/7/head
Sander Vocke 5 years ago
parent bc7be0180a
commit 3d580b1a7e
  1. 1
      .drone.yml

@ -6,5 +6,6 @@ steps:
- name: test - name: test
image: yarnpkg/node-yarn image: yarnpkg/node-yarn
commands: commands:
- echo "Hi"
- yarn install - yarn install
- yarn test - yarn test
Loading…
Cancel
Save