SA-72 Update develop_shopping-assistant-api-dev.yml

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

View File

@ -22,8 +22,11 @@ jobs:
- name: Build with dotnet - name: Build with dotnet
run: dotnet build --configuration Release run: dotnet build --configuration Release
- name: Test with dotnet - name: Integration Tests
run: dotnet test --no-build --verbosity normal run: dotnet test ShoppingAssistantApi.Tests --configuration Debug --verbosity normal
- name: Unit Tests
run: dotnet test ShoppingAssistantApi.UnitTests --configuration Debug --verbosity normal
- name: dotnet publish - name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp