We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9504562 commit 28a619bCopy full SHA for 28a619b
.github/workflows/test.yaml
@@ -38,9 +38,9 @@ jobs:
38
uses: jaxxstorm/[email protected]
39
with: # Grab a specific tag
40
repo: vektra/mockery
41
- tag: v2.53.3
+ tag: v3.5.3
42
- name: Generate mocks
43
- run: mockery
+ run: mockery --config .mockery.yml
44
- name: Cache generated mocks
45
uses: actions/cache@v4
46
with:
.mockery.yaml
Makefile
@@ -2,6 +2,6 @@ test:
2
docker compose -f docker-compose.test.yaml up toxiproxy integration_test --abort-on-container-exit
3
4
mocks:
5
- docker run --rm -v $(PWD):/src -w /src vektra/mockery:v2.53.3 --config .mockery.yaml
+ docker run --rm -v $(PWD):/src -w /src vektra/mockery:v3.5.3 --config .mockery.yaml
6
7
.PHONY: test mocks
0 commit comments