From 820741f8efd32ec5663e4508b122a603a42692d2 Mon Sep 17 00:00:00 2001 From: Tom Lebreux Date: Wed, 10 Apr 2024 10:52:19 -0400 Subject: [PATCH] [v2.8] Run go test in CI (#489) * CI: Run go test * CI: Move to dapper v0.6.0 --- .drone.yml | 2 +- scripts/ci | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c1a96920..59917bb9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build pull: default - image: rancher/dapper:1.11.2 + image: rancher/dapper:v0.6.0 commands: - dapper ci privileged: true diff --git a/scripts/ci b/scripts/ci index 944f16fd..7ec1b20c 100755 --- a/scripts/ci +++ b/scripts/ci @@ -3,5 +3,6 @@ set -e cd $(dirname $0) -./build ./validate +./test +./build