mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-04 16:49:36 +00:00
SA-72 Update develop_shopping-assistant-api-dev.yml
This commit is contained in:
parent
83004abac3
commit
cb090b6b9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user