Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure Postgres readiness before running tests
Added a step to ensure Postgres is ready before executing tests by using `pg_isready`. This prevents potential test failures due to database unavailability, enhancing the reliability of the CI pipeline.
- Loading branch information