Правка внутри db.yaml
Some checks failed
PostgreSQL Service Example / runner-job (push) Failing after 0s
Unit tests / test (push) Failing after 1m2s

This commit is contained in:
Оля Бизюкова 2024-12-17 13:51:24 +05:00
parent 91f8656ab7
commit 467ed6b10b

View File

@ -24,7 +24,7 @@ jobs:
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
- 5433:5432
steps:
# Downloads a copy of the code in your repository before running CI tests