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

This commit is contained in:
Оля Бизюкова 2024-12-17 14:48:35 +05:00
parent a2ca71cc93
commit a57a6ea4f7

View File

@ -34,5 +34,10 @@ jobs:
dotnet-version: 8.0.x
- name: Check out repository code
uses: actions/checkout@v4
- name: Add gitea as nuget source
run: dotnet test DD.Persistence.IntegrationTests
- 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