From a0231900d3ca072984271fceaceca8ef3e662fe5 Mon Sep 17 00:00:00 2001 From: Serhii Shchoholiev <91877103+Shchoholiev@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:23:32 -0400 Subject: [PATCH] SA-72 Removed tests develop_shopping-assistant-api-dev.yml --- .github/workflows/develop_shopping-assistant-api-dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/develop_shopping-assistant-api-dev.yml b/.github/workflows/develop_shopping-assistant-api-dev.yml index 957aea5..c72a1cd 100644 --- a/.github/workflows/develop_shopping-assistant-api-dev.yml +++ b/.github/workflows/develop_shopping-assistant-api-dev.yml @@ -22,11 +22,11 @@ jobs: - name: Build with dotnet run: dotnet build --configuration Release - - name: Integration Tests - run: dotnet test ShoppingAssistantApi.Tests --configuration Debug --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: Unit Tests + # run: dotnet test ShoppingAssistantApi.UnitTests --configuration Debug --verbosity normal - name: dotnet publish run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp