Change working dir
This commit is contained in:
parent
c6763a2aa6
commit
99e86312f9
5
.github/workflows/basket-api.yml
vendored
5
.github/workflows/basket-api.yml
vendored
@ -55,11 +55,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and run unit tests
|
- name: Build and run unit tests
|
||||||
run: |
|
run: |
|
||||||
|
cd src
|
||||||
dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
|
dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
|
||||||
cd /src/Services/Catalog/Catalog.API
|
cd Services/Catalog/Catalog.API
|
||||||
dotnet build --no-restore
|
dotnet build --no-restore
|
||||||
cd -
|
cd -
|
||||||
cd src/Services/Catalog/Catalog.UnitTests
|
cd Services/Catalog/Catalog.UnitTests
|
||||||
dotnet test
|
dotnet test
|
||||||
|
|
||||||
- name: Enable experimental features for the Docker daemon and CLI
|
- name: Enable experimental features for the Docker daemon and CLI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user