SA-72 Removed tests develop_shopping-assistant-api-dev.yml

This commit is contained in:
Serhii Shchoholiev 2023-10-28 22:23:32 -04:00 committed by GitHub
parent 0311238e2d
commit a0231900d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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