Skip to content

Commit

Permalink
Use bash shell for mock check step
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 30, 2024
1 parent 748f69c commit 3d7c598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- run: go mod download
shell: bash
- name: Mocks are up to date
shell: bash
run: |
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
./scripts/mock.gen.sh
Expand Down

0 comments on commit 3d7c598

Please sign in to comment.