1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-18 16:35:19 +00:00

[v2.8] Run go test in CI (#489)

* CI: Run go test

* CI: Move to dapper v0.6.0
This commit is contained in:
Tom Lebreux
2024-04-10 10:52:19 -04:00
committed by GitHub
parent 6eda4bc94b
commit 820741f8ef
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -3,5 +3,6 @@ set -e
cd $(dirname $0)
./build
./validate
./test
./build