Skip to content

Commit 28a619b

Browse files
committed
Upgrade mockery to v3
Signed-off-by: Lorenzo <[email protected]>
1 parent 9504562 commit 28a619b

File tree

3 files changed

+3
-142
lines changed

3 files changed

+3
-142
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
uses: jaxxstorm/[email protected]
3939
with: # Grab a specific tag
4040
repo: vektra/mockery
41-
tag: v2.53.3
41+
tag: v3.5.3
4242
- name: Generate mocks
43-
run: mockery
43+
run: mockery --config .mockery.yml
4444
- name: Cache generated mocks
4545
uses: actions/cache@v4
4646
with:

.mockery.yaml

Lines changed: 0 additions & 139 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ test:
22
docker compose -f docker-compose.test.yaml up toxiproxy integration_test --abort-on-container-exit
33

44
mocks:
5-
docker run --rm -v $(PWD):/src -w /src vektra/mockery:v2.53.3 --config .mockery.yaml
5+
docker run --rm -v $(PWD):/src -w /src vektra/mockery:v3.5.3 --config .mockery.yaml
66

77
.PHONY: test mocks

0 commit comments

Comments
 (0)