-
Notifications
You must be signed in to change notification settings - Fork 17
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(ci): push generated code before cts #382
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
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.
Looks good, great addition!
.github/workflows/check.yml
Outdated
if: | | ||
steps.pushGeneratedCode.exitcode == 0 && | ||
github.ref == 'refs/heads/main' | ||
steps.pushGeneratedCode.exitcode == 0 |
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 can put it on a single line
(Ah yes you need to revert the spec change) |
Yeah I was waiting for the CI to finish |
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.
gg
🧭 What and Why
On the PRs, we don't have to wait for the CTS before pushing the generated code, and it can help debug the CTS.
Changes included:
🧪 Test
CI