diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d5bd9fe..c407df2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file