feature/#524-pipline #15
@ -14,6 +14,7 @@ jobs:
|
|||||||
image: postgres
|
image: postgres
|
||||||
# Provide the password for postgres
|
# Provide the password for postgres
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_HOST: postgres
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
# Set health checks to wait until postgres has started
|
# Set health checks to wait until postgres has started
|
||||||
@ -36,8 +37,3 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run integration tests
|
- 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