diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index d29ef11ff..b886d30b9 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -46,7 +46,8 @@ jobs: dotnet build --no-restore cd - cd Services/Basket/Basket.UnitTests - dotnet test -v=normal + 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/Basket/Basket.UnitTests - dotnet test -v=normal + dotnet build --no-restore + dotnet test --no-build -v=normal - name: Enable experimental features for the Docker daemon and CLI run: |