You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment CI can succeed, but the app can crash on startup if there was an unexpected change to a room schema in a PR.
To detect this add a new CI check.
Should probably look for two things:
A PR that changes an existing schema JSON file. AIUI that shouldn't happen, any schema changes should be accompanied with a version bump and a new schema file.
A PR that doesn't change the schema, but the schema is changed after the app is built. This indicates a change in one of the DAO files. Building the app then running "git diff" in the schema directories and confirming there are no diffs is probably sufficient (as any schema changes should be included as part of the PR).
The text was updated successfully, but these errors were encountered:
At the moment CI can succeed, but the app can crash on startup if there was an unexpected change to a room schema in a PR.
To detect this add a new CI check.
Should probably look for two things:
The text was updated successfully, but these errors were encountered: