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 a57a6ea4f7 - Show all commits

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
- 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