Skip to content

Commit e577ac8

Browse files
committed
fix(CI): fixed all ci workflows
1 parent 73c24e3 commit e577ac8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232

33-
3433
- name: generate bindata
3534
run: make dashboard-dep-install cli-dep-install dashboard-bindata-gen cli-bindata-gen
3635

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232

33+
- name: generate bindata
34+
run: make dashboard-dep-install cli-dep-install dashboard-bindata-gen cli-bindata-gen
35+
3336
- name: go mod vendor
3437
run: go mod vendor
3538

.github/workflows/release-cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
go-version: ${{ env.GO_VERSION }} # The Go version to download (if necessary) and use.
2929

30+
- name: generate bindata
31+
run: make dashboard-dep-install cli-dep-install dashboard-bindata-gen cli-bindata-gen
32+
3033
- name: generate bindata
3134
run: make dashboard-bindata-gen cli-bindata-gen
3235

0 commit comments

Comments
 (0)