правка
Some checks failed
Unit tests / test (push) Failing after 33s

This commit is contained in:
Оля Бизюкова 2024-12-19 09:31:20 +05:00
parent 4719cd7ffb
commit 10bb27d4eb

View File

@ -27,12 +27,12 @@ jobs:
- 5442:5432 - 5442:5432
steps: steps:
# - name: Setup dotnet - name: Setup dotnet
# uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
# with: with:
# 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: Run integration tests # - name: Run integration tests
# run: dotnet test DD.Persistence.IntegrationTests # run: dotnet test DD.Persistence.IntegrationTests
- name: Configure postgres - name: Configure postgres