From 6a48747ead6e991fea4b09e0b9239fa0008c9df1 Mon Sep 17 00:00:00 2001 From: Memiks Date: Fri, 6 Dec 2019 09:54:05 +0900 Subject: [PATCH] test --- .drone.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 564e16c..ba573a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,17 +2,13 @@ kind: pipeline type: exec name: exec-debian-memiks -platform: - os: linux - arch: amd64 - steps: -- name: build - commands: - - docker build -t docker-php-nginx . +- name: backend + commands: + - echo go build + - echo go test -trigger: -event: -- push -- tag -- rollback +- name: frontend + commands: + - echo npm install + - echo npm test \ No newline at end of file