mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +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" }}
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: go mod download
|
||||
command: |
|
||||
go mod download
|
||||
make _test/kubebuilde
|
||||
- save_cache:
|
||||
key: go-mod-v4-{{ checksum "go.sum" }}
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue