-
Notifications
You must be signed in to change notification settings - Fork 111
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
[ci] Add test to ensure mocks are up-to-date #437
Conversation
check-latest: true | ||
- uses: bufbuild/buf-setup-action@v1.23.1 | ||
- shell: bash | ||
run: scripts/protobuf_codegen.sh |
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.
We should remove this, there is no protobuf in this repo.
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.
Oh, sorry, now it's removed.
@@ -0,0 +1,24 @@ | |||
name: Auto-Generated Code Checker | |||
on: |
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.
Last change...can you make this on:
section match:
hypersdk/.github/workflows/hypersdk-static-analysis.yml
Lines 6 to 10 in 580b03c
on: | |
push: | |
branches: | |
- main | |
pull_request: |
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.
Fixed. Really foolish mistakes, I apologize!
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.
No worries! Running tests now.
Going to fix after merging |
Is there a specific reason why it's failing with permission denied ? |
Yeah, you didn't |
Linked with this issue #334. Added workflow for keeping mocks up to date.