|
|
@ -55,11 +55,12 @@ jobs: |
|
|
|
|
|
|
|
- name: Build and run unit tests |
|
|
|
run: | |
|
|
|
cd src |
|
|
|
dotnet restore "eShopOnContainers-ServicesAndWebApps.sln" |
|
|
|
cd /src/Services/Catalog/Catalog.API |
|
|
|
cd Services/Catalog/Catalog.API |
|
|
|
dotnet build --no-restore |
|
|
|
cd - |
|
|
|
cd src/Services/Catalog/Catalog.UnitTests |
|
|
|
cd Services/Catalog/Catalog.UnitTests |
|
|
|
dotnet test |
|
|
|
|
|
|
|
- name: Enable experimental features for the Docker daemon and CLI |
|
|
|