feature/#524-pipline #15

Merged
on.nemtina merged 85 commits from feature/#524-pipline into master 2024-12-23 16:39:46 +05:00
Showing only changes of commit 2432aa587b - Show all commits

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