diff --git a/.drone.yml b/.drone.yml index 2f1d75e..8a68047 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,15 +2,15 @@ kind: pipeline name: default steps: -- name: test server - image: rust:1.43 +- name: unit test server + image: rust:1.45 commands: - cd server - cargo test -- name: lint +- name: lint client image: node:14 commands: - - npm i + - npm i --unsafe-perm - npm run compile - npm run lint \ No newline at end of file