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