diff --git a/.github/workflows/catalog-api.yml b/.github/workflows/catalog-api.yml index 9c39165ef..9170e7cc8 100644 --- a/.github/workflows/catalog-api.yml +++ b/.github/workflows/catalog-api.yml @@ -46,7 +46,8 @@ jobs: dotnet build --no-restore cd - cd Services/Catalog/Catalog.UnitTests - dotnet test + dotnet build --no-restore + dotnet test --no-build -v=normal - name: Compose build ${{ env.SERVICE }} run: sudo -E docker-compose build ${{ env.SERVICE }} @@ -76,7 +77,8 @@ jobs: dotnet build --no-restore cd - cd Services/Catalog/Catalog.UnitTests - dotnet test + dotnet build --no-restore + dotnet test --no-build -v=normal - name: Enable experimental features for the Docker daemon and CLI run: | diff --git a/.github/workflows/ordering-api.yml b/.github/workflows/ordering-api.yml index afaf99152..10be98451 100644 --- a/.github/workflows/ordering-api.yml +++ b/.github/workflows/ordering-api.yml @@ -46,7 +46,8 @@ jobs: dotnet build --no-restore cd - cd Services/Ordering/Ordering.UnitTests - dotnet test + dotnet build --no-restore + dotnet test --no-build -v=normal - name: Compose build ${{ env.SERVICE }} run: sudo -E docker-compose build ${{ env.SERVICE }} @@ -76,7 +77,8 @@ jobs: dotnet build --no-restore cd - cd Services/Ordering/Ordering.UnitTests - dotnet test + dotnet build --no-restore + dotnet test --no-build -v=normal - name: Enable experimental features for the Docker daemon and CLI run: |