Skip to content

CI - Fix gen-quickstart check#4977

Open
bfops wants to merge 5 commits intomasterfrom
bfops/fix-quickstart-ci
Open

CI - Fix gen-quickstart check#4977
bfops wants to merge 5 commits intomasterfrom
bfops/fix-quickstart-ci

Conversation

@bfops
Copy link
Copy Markdown
Collaborator

@bfops bfops commented May 7, 2026

Description of Changes

CI was running gen-quickstart.sh and then checking for a diff.. but it was checking in the wrong directory.

I have also regenerated the files because the fixed check was failing.

API and ABI breaking changes

None.

Expected complexity level and risk

1

Testing

  • CI passes

private static readonly string USER_TABLE_NAME = "User";
private static readonly string MESSAGE_TABLE_NAME = "Message";
private static readonly string USER_TABLE_NAME = "user";
private static readonly string MESSAGE_TABLE_NAME = "message";
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I don't know why, but these changes seemed to be needed after a regen. Perhaps these bindings had not been regenerated since The Great Case Unification.

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.

1 participant