Добавить модульное тестирование в .yaml

This commit is contained in:
Roman Efremov 2025-01-27 09:17:40 +05:00
parent 0dcaca3226
commit 986d492862

View File

@ -41,6 +41,8 @@ jobs:
uses: actions/checkout@v4
- name: Run integration tests
run: dotnet test DD.Persistence.IntegrationTests
- name: Run unit tests
run: dotnet test DD.Persistence.Test --no-build
- name: Pack Persistence Client
run: dotnet pack DD.Persistence.Client/DD.Persistence.Client.csproj -c Debug -o ./artifacts
- name: Publish Persistence Client Package