diff --git a/.github/workflows/ci-rebac-admin-backend.yaml b/.github/workflows/ci-rebac-admin-backend.yaml index 9cb1edc27..f3a4fc4e2 100644 --- a/.github/workflows/ci-rebac-admin-backend.yaml +++ b/.github/workflows/ci-rebac-admin-backend.yaml @@ -28,6 +28,10 @@ jobs: with: go-version-file: 'go.mod' + - name: Generate mocks + working-directory: ./rebac-admin-backend + run: make mocks + - uses: golangci/golangci-lint-action@v3 name: Perform linting and annotate code with: