diff --git a/.drone.yml b/.drone.yml index 5ea618f..f9d54a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,11 @@ type: kubernetes name: elbot steps: -- name: greeting +- name: try build image: golang:1.12 commands: - go build +- name: try test + image: golang:1.12 + commands: - go test