Skip to content

Commit

Permalink
make mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed May 31, 2024
1 parent c0b1ab3 commit d917f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-go-mod-tidy-mocks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'PR Go Mod Tidy and Mocks'
name: 'Checks dependencies and mocks generation'
on:
pull_request:
branches:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
}
generate-mocks:
name: Generate Mocks
name: Check up to date mocks
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion testutil/mock/logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d917f65

Please sign in to comment.