We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dc8ef commit f388b4fCopy full SHA for f388b4f
1 file changed
.github/workflows/basket-api.yml
@@ -46,7 +46,7 @@ jobs:
46
dotnet build --no-restore
47
cd -
48
cd Services/Basket/Basket.UnitTests
49
- dotnet test
+ dotnet test --no-build -v=normal
50
51
- name: Compose build ${{ env.SERVICE }}
52
run: sudo -E docker-compose build ${{ env.SERVICE }}
@@ -72,11 +72,11 @@ jobs:
72
run: |
73
cd src
74
dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
75
- cd Services/Catalog/Catalog.API
+ cd Services/Basket/Basket.API
76
77
78
- cd Services/Catalog/Catalog.UnitTests
79
+ cd Services/Basket/Basket.UnitTests
80
81
- name: Enable experimental features for the Docker daemon and CLI
82
0 commit comments