Skip to content

Commit

Permalink
fix: install mockgen before generate
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jun 21, 2024
1 parent 81b2f4b commit c391188
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,13 @@ jobs:
with:
go-version: '1.20'

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

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit c391188

Please sign in to comment.