From e0aa303ccbe817655c7ddeba7eef7c8c205f13f2 Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Mon, 26 Sep 2022 13:41:21 -0400 Subject: [PATCH] test gchat --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: