Update '.drone.yml'

pull/7/head
Sander Vocke 5 years ago
parent a569b1c7c5
commit efe3e02e5e
  1. 6
      .drone.yml

@ -7,10 +7,10 @@ steps:
image: node image: node
commands: commands:
- npm install - npm install
- cd server && npm install - cd server && npm install; cd ..
- cd client && npm install - cd client && npm install; cd ..
- name: back-end test - name: back-end test
image: node image: node
commands: commands:
- cd server && npm test - cd server && npm test; cd ..
Loading…
Cancel
Save