Change working dir

This commit is contained in:
Colin Dembovsky 2021-04-15 10:28:08 -05:00
parent c6763a2aa6
commit 99e86312f9

View File

@ -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