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