Browse Source

Change working dir

pull/1649/head
Colin Dembovsky 3 years ago
parent
commit
99e86312f9
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/basket-api.yml

+ 3
- 2
.github/workflows/basket-api.yml View File

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


Loading…
Cancel
Save