Skip to content
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: Spec Update Automation #473

Merged
merged 3 commits into from
Jan 22, 2025
Merged

chore: Spec Update Automation #473

merged 3 commits into from
Jan 22, 2025

Conversation

MatKuhr
Copy link
Member

@MatKuhr MatKuhr commented Jan 20, 2025

Context

SAP/ai-sdk-js-backlog#66.

What this PR does and why it is needed

One job to rule all specs 😉

@MatKuhr MatKuhr changed the title chore: Add Spec Update Automation chore: Spec Update Automation Jan 20, 2025
.github/workflows/spec-update.yaml Outdated Show resolved Hide resolved
.github/workflows/spec-update.yaml Show resolved Hide resolved
.github/workflows/spec-update.yaml Show resolved Hide resolved
.github/workflows/spec-update.yaml Outdated Show resolved Hide resolved
.github/workflows/spec-update.yaml Show resolved Hide resolved
# Compilation can easily fail e.g. from re-namings and has to be fixed manually.
# Thus, this action raises the PR anyway and only reports success or failure of compilation and testing.
run: |
if pnpm compile ; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pp] Well, technically this step is not needed because compile is part of pnpm install. But anyway won't hurt to keep it similar to java version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this compile is needed because install is before generate, so after generate the code has changed 😉

@MatKuhr MatKuhr merged commit 6195401 into main Jan 22, 2025
10 checks passed
@MatKuhr MatKuhr deleted the chore/spec-update-job branch January 22, 2025 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants