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 6342fa0Copy full SHA for 6342fa0
.github/workflows/test.yaml
@@ -38,7 +38,7 @@ 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
44
- name: Cache generated mocks
.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