-
Notifications
You must be signed in to change notification settings - Fork 89
fix: display test snapshot error message #4091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -78,18 +78,6 @@ We provide a git pre-commit hook to format and check the code, to install it run | |||
We use [mockgen](go.uber.org/mock) to handle mocking in our unit tests. | |||
If you need a new mock please update or add the `//go:generate` instruction to the appropriate file. | |||
|
|||
#### Compilation in VSCode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[q] why are we removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed the tags, no need to setup this anymore
@@ -317,8 +317,6 @@ jobs: | |||
config: ${{ vars.PERMISSIONS_CONFIG }} | |||
- name: Checkout repository | |||
uses: actions/checkout@v4 | |||
with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[q] for my own learning, why are we removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see no need to download the full history here
Proposed changes
display test snapshot error message
Jira ticket: CLOUDP-#
Closes #[issue number]
Checklist
make fmt
and formatted my codeFurther comments