-
Some checks failed
Unit tests / test (push) Failing after 1m3s

This commit is contained in:
Оля Бизюкова 2024-12-17 15:00:20 +05:00
parent 73d48b8c24
commit d47bc8accc
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ jobs:
image: postgres
# Provide the password for postgres
env:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started

View File

@ -1,6 +1,6 @@
{
"DbConnection": {
"Host": "localhost",
"Host": "postgres",
"Port": 5442,
"Username": "postgres",
"Password": "postgres"