From 986d492862b76386586e3392531e1dcb2edac5ee Mon Sep 17 00:00:00 2001 From: Roman Efremov Date: Mon, 27 Jan 2025 09:17:40 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5?= =?UTF-8?q?=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=20.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/integrationTests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/integrationTests.yaml b/.gitea/workflows/integrationTests.yaml index 6ffe4eb..48b1a69 100644 --- a/.gitea/workflows/integrationTests.yaml +++ b/.gitea/workflows/integrationTests.yaml @@ -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