refactor: tool dependency download

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar
2021-11-14 13:40:25 +01:00
parent 054e397177
commit f45fe6d0c1
2 changed files with 43 additions and 36 deletions

View File

@@ -78,6 +78,9 @@ jobs:
version: v0.11.1
node_image: kindest/node:v1.19.11@sha256:07db187ae84b4b7de440a73886f008cf903fcf5764ba8106a9fd5243d6f32729
- name: Download tool dependencies
run: make deps
- name: Test
run: make testall
env: