Skip to content

Commit

Permalink
Remove all mocks before generating them in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 30, 2024
1 parent 32b875c commit b001446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
shell: bash
- name: Mocks are up to date
run: |
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
./scripts/mock.gen.sh
git diff --exit-code
- run: ./scripts/build.sh
Expand Down

0 comments on commit b001446

Please sign in to comment.