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:
@@ -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
|
||||
|
@@ -3,5 +3,6 @@ set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
./build
|
||||
./validate
|
||||
./test
|
||||
./build
|
||||
|
Reference in New Issue
Block a user