Skip to content

Commit 105f5b9

Browse files
committed
ci
1 parent f009e0a commit 105f5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: ${{matrix.dir}}
3232

3333
- name: generate mocks
34-
run: go install github.com/vektra/mockery/[email protected] && ls -al && mockery
34+
run: go install github.com/vektra/mockery/[email protected] && ls -al && mockery --config mockery.yaml
3535
working-directory: ${{matrix.dir}}
3636

3737
- name: Test
@@ -56,7 +56,7 @@ jobs:
5656
cache: false
5757

5858
- name: generate mocks
59-
run: go install github.com/vektra/mockery/[email protected] && mockery
59+
run: go install github.com/vektra/mockery/[email protected] && mockery --config mockery.yaml
6060
working-directory: ${{matrix.dir}}
6161

6262
- name: golangci-lint

0 commit comments

Comments
 (0)