diff --git a/.github/workflows/mockery.yml b/.github/workflows/mockery.yml index 9e8f5fc3b..76bc74389 100644 --- a/.github/workflows/mockery.yml +++ b/.github/workflows/mockery.yml @@ -20,7 +20,7 @@ jobs: - name: Generate Mocks for given directory run: | - mockery --all --keeptree --dir=contracts + ~/go/bin/mockery --all --keeptree --dir=contracts - uses: stefanzweifel/git-auto-commit-action@v4 with: