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
Fix: Use in-memory HSQLDB to avoid file creation issues in CI/CD
* Switched the database configuration to use an in-memory HSQLDB instance instead of creating a file-based database. This change addresses permission issues encountered during CI/CD, where file creation rights were not permitted.
0 commit comments