From 95fc2197ed9baa2b737ff883a30dd5cfa3da3043 Mon Sep 17 00:00:00 2001 From: Colin Dembovsky Date: Thu, 15 Apr 2021 11:07:22 -0500 Subject: [PATCH] Update arg --- .github/workflows/basket-api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index 7cbb91e3f..d29ef11ff 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -46,7 +46,7 @@ jobs: dotnet build --no-restore cd - cd Services/Basket/Basket.UnitTests - dotnet test --no-build -v=normal + dotnet test -v=normal - name: Compose build ${{ env.SERVICE }} run: sudo -E docker-compose build ${{ env.SERVICE }} @@ -76,7 +76,7 @@ jobs: dotnet build --no-restore cd - cd Services/Basket/Basket.UnitTests - dotnet test --no-build -v=normal + dotnet test -v=normal - name: Enable experimental features for the Docker daemon and CLI run: |