From cb090b6b9df99ba99c8237eda90ecce1131b16e7 Mon Sep 17 00:00:00 2001 From: Serhii Shchoholiev <91877103+Shchoholiev@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:13:11 -0400 Subject: [PATCH] SA-72 Update develop_shopping-assistant-api-dev.yml --- .github/workflows/develop_shopping-assistant-api-dev.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop_shopping-assistant-api-dev.yml b/.github/workflows/develop_shopping-assistant-api-dev.yml index abce962..32462c1 100644 --- a/.github/workflows/develop_shopping-assistant-api-dev.yml +++ b/.github/workflows/develop_shopping-assistant-api-dev.yml @@ -22,8 +22,11 @@ jobs: - name: Build with dotnet run: dotnet build --configuration Release - - name: Test with dotnet - run: dotnet test --no-build --verbosity normal + - name: Integration Tests + run: dotnet test ShoppingAssistantApi.Tests --configuration Debug --verbosity normal + + - name: Unit Tests + run: dotnet test ShoppingAssistantApi.UnitTests --configuration Debug --verbosity normal - name: dotnet publish run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp