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

This commit is contained in:
Оля Бизюкова 2024-12-17 18:34:53 +05:00
parent 17987853a6
commit 2432aa587b

View File

@ -37,5 +37,5 @@ jobs:
- name: Run integration tests
env:
POSTGRES_HOST: postgres
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
POSTGRES_PORT: ${{ job.services.postgres.ports[5442] }}
run: dotnet test DD.Persistence.IntegrationTests