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 10bb27d4eb - Show all commits

View File

@ -27,12 +27,12 @@ jobs:
- 5442:5432
steps:
# - name: Setup dotnet
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 8.0.x
# - name: Check out repository code
# uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Check out repository code
uses: actions/checkout@v4
# - name: Run integration tests
# run: dotnet test DD.Persistence.IntegrationTests
- name: Configure postgres