-
Notifications
You must be signed in to change notification settings - Fork 119
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
chore: update build.yml #1895
chore: update build.yml #1895
Conversation
Signed-off-by: Nikita Lebedev <[email protected]>
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.
lgtm
Signed-off-by: Iliya Savov <[email protected]>
Signed-off-by: Iliya Savov <[email protected]>
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.
One minor change requested for consistency.
Please create a github issue to update the repository settings for the required checks on PRs / pushes to main. After this PR merges the existing checks will not be valid (code compiles / example code tests / unit tests). We will need to add in checks the new named CI/CD items. |
Signed-off-by: Nikita Lebedev <[email protected]>
@rbarkerSL thanks for review. |
Quality Gate passedIssues Measures |
Description:
Some GitHub Action names are irrelevant (like
Unit Tests
, because it does execute integration tests as well)-- Current PR addressed this issue.Changes were inspired by setup in Go SDK.
Related issue(s):
Closes #1894
Notes for reviewer:
build.yml
files can be revisited in SDKs as a follow up.