Правка
Some checks failed
PostgreSQL Service Example / runner-job (push) Failing after 3s
Unit tests / test (push) Failing after 1m23s

This commit is contained in:
Оля Бизюкова 2024-12-17 14:50:43 +05:00
parent a57a6ea4f7
commit 8b9300b7be

View File

@ -14,6 +14,7 @@ jobs:
image: postgres
# Provide the password for postgres
env:
POSTGRES_HOST: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started
@ -35,9 +36,4 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run integration tests
run: dotnet test DD.Persistence.IntegrationTests
env:
# The hostname used to communicate with the PostgreSQL service container
POSTGRES_HOST: postgres
# The default PostgreSQL port
POSTGRES_PORT: 5442
run: dotnet test DD.Persistence.IntegrationTests