Skip to content

Commit f388b4f

Browse files
Up verbosity
1 parent 17dc8ef commit f388b4f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dotnet build --no-restore
4747
cd -
4848
cd Services/Basket/Basket.UnitTests
49-
dotnet test
49+
dotnet test --no-build -v=normal
5050
5151
- name: Compose build ${{ env.SERVICE }}
5252
run: sudo -E docker-compose build ${{ env.SERVICE }}
@@ -72,11 +72,11 @@ jobs:
7272
run: |
7373
cd src
7474
dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
75-
cd Services/Catalog/Catalog.API
75+
cd Services/Basket/Basket.API
7676
dotnet build --no-restore
7777
cd -
78-
cd Services/Catalog/Catalog.UnitTests
79-
dotnet test
78+
cd Services/Basket/Basket.UnitTests
79+
dotnet test --no-build -v=normal
8080
8181
- name: Enable experimental features for the Docker daemon and CLI
8282
run: |

0 commit comments

Comments
 (0)