mirror of
https://github.com/rancher/norman.git
synced 2025-09-19 18:16:15 +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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
pull: default
|
pull: default
|
||||||
image: rancher/dapper:1.11.2
|
image: rancher/dapper:v0.6.0
|
||||||
commands:
|
commands:
|
||||||
- dapper ci
|
- dapper ci
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@@ -3,5 +3,6 @@ set -e
|
|||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
./build
|
|
||||||
./validate
|
./validate
|
||||||
|
./test
|
||||||
|
./build
|
||||||
|
Reference in New Issue
Block a user