Skip to content

Commit

Permalink
ci: install mockgen before release
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jul 15, 2024
1 parent 7e0a905 commit a1d2369
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
go-version: '1.21'

- name: Install dependencies
run: |
go install go.uber.org/mock/mockgen@latest
- name: Generate
run: make generate

Expand Down Expand Up @@ -58,6 +62,10 @@ jobs:
with:
go-version: '1.21'

- name: Install dependencies
run: |
go install go.uber.org/mock/mockgen@latest
- name: Generate
run: make generate

Expand Down Expand Up @@ -85,6 +93,10 @@ jobs:
# with:
# go-version: '1.21'
#
# - name: Install dependencies
# run: |
# go install go.uber.org/mock/mockgen@latest
#
# - name: Generate
# run: make generate
#
Expand Down

0 comments on commit a1d2369

Please sign in to comment.