Skip to content

Commit 15951d6

Browse files
author
Ryan Lymburner
authored
Update dependabot to install dependencies (#824)
1 parent 5375bad commit 15951d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dependabot-make-presubmit.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
uses: actions/setup-go@v4
2626
with:
2727
go-version: '1.x'
28+
29+
- name: Install dependencies
30+
run: |
31+
go install github.com/golang/mock/mockgen@v1.6.0
32+
go install sigs.k8s.io/kustomize/kustomize/v5@v5.6.0
33+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20220421205612-c162794a9b12
34+
go install github.com/mattn/goveralls@b031368
2835
2936
- name: Run make presubmit
3037
run: |

0 commit comments

Comments
 (0)