Правка
This commit is contained in:
parent
a2ca71cc93
commit
a57a6ea4f7
@ -34,5 +34,10 @@ jobs:
|
|||||||
dotnet-version: 8.0.x
|
dotnet-version: 8.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- name: Run integration tests
|
||||||
run: dotnet test DD.Persistence.IntegrationTests
|
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
|
Loading…
Reference in New Issue
Block a user