-
Notifications
You must be signed in to change notification settings - Fork 2
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 e2e test to on-pr workflow #130
Conversation
e5381d3
to
93010f3
Compare
"target_sdk":"go", | ||
"use_test_release":true, | ||
"sdk_branch_ref":"${{ github.head_ref || github.ref_name }}", | ||
"test_release_version":"${{ steps.get_sdk_version.outputs.version }}" |
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.
this will be an empty string ''
if version is not set (no change), which will translate to an empty input for the upstream workflow so that it will grab the version from the release please branch manifest instead
- name: Get SDK version | ||
id: get_sdk_version |
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.
This step looks good. A small suggestion: consider revising the name or adding a comment to clarify how the script will get the version.
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.
Quality Gate passedIssues Measures |
What's New?
runs
Screenshots (if appropriate):
Type of change
Checklist:
Additional context