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
ci: Align PostgreSQL environment variables with Docker image
This commit updates the `ci.yml` workflow to use `POSTGRES_DB` and `POSTGRES_USER` instead of `POSTGRES_DATABASE` and `POSTGRES_USERNAME`.
This change aligns the environment variable names with the official PostgreSQL Docker image, ensuring correct database initialization in the CI environment.
0 commit comments