Skip to content

Commit

Permalink
Merge pull request #230 from canonical/fix/rebac-library-ci
Browse files Browse the repository at this point in the history
fix: reback CI failing for missing mocks
  • Loading branch information
BarcoMasile authored Mar 19, 2024
2 parents 7f53271 + 686460e commit 313a70b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-rebac-admin-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 313a70b

Please sign in to comment.