diff --git a/.drone.yml b/.drone.yml index 047dbc0..7ce39f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,12 +7,12 @@ steps: # image: node:16-alpine # commands: # - "npm install" - # - name: start - # image: node:16-alpine - # commands: - # - "npm run build" - # - "npm test -- --watchAll=false" - # - "npm test -- --watchAll=false" + - name: start + image: node:16-alpine + commands: + # - "npm run build" + - "npm test -- --watchAll=false" + - "npm test -- --watchAll=false" - name: notify image: pelotech/drone-google-chat settings: