mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Added download of kube test framwork
This commit is contained in:
parent
a05edbbc8d
commit
8c48c2824d
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ jobs:
|
||||||
- go-mod-v4-{{ checksum "go.sum" }}
|
- go-mod-v4-{{ checksum "go.sum" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: go mod download
|
command: |
|
||||||
|
go mod download
|
||||||
|
make _test/kubebuilde
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: go-mod-v4-{{ checksum "go.sum" }}
|
key: go-mod-v4-{{ checksum "go.sum" }}
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue