Skip to content

Commit d11e682

Browse files
committed
Remove all mocks before generating them in CI
1 parent 049bd59 commit d11e682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
shell: bash
8787
- name: Mocks are up to date
8888
run: |
89+
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
8990
./scripts/mock.gen.sh
9091
git diff --exit-code
9192
- run: ./scripts/build.sh evm

0 commit comments

Comments
 (0)