diff --git a/.github/workflows/auto_mockgen.yml b/.github/workflows/auto_mockgen.yml index 1fa8312..a993179 100644 --- a/.github/workflows/auto_mockgen.yml +++ b/.github/workflows/auto_mockgen.yml @@ -30,6 +30,7 @@ jobs: - name: Install gotests run: | + cd app go get -u github.com/cweill/gotests/... - name: Generate mocks