Skip to content

Commit 0a20685

Browse files
committed
Use bash shell for mock check
1 parent 49d34cc commit 0a20685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- run: go mod download
5656
shell: bash
5757
- name: Mocks are up to date
58+
shell: bash
5859
run: |
5960
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
6061
./scripts/mock.gen.sh

0 commit comments

Comments
 (0)