From e3d2ba38a8541dc6c6b58a8fb7485a7e7689e059 Mon Sep 17 00:00:00 2001 From: FedorovVladimir Date: Sat, 18 Mar 2023 14:39:02 +0700 Subject: [PATCH] add test step --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5aebeb8..bd0bec4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,13 @@ steps: - name: build image: golang commands: - - go test - go build -o valera_tg_bot main.go + - name: test + image: golang + commands: + - go test + - name: scp image: appleboy/drone-scp settings: