From 93ad1975e40c4fee1876a0c645c0a702ffa3a562 Mon Sep 17 00:00:00 2001 From: Artur Saiian <89963306+AMSaiian@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:09:03 +0300 Subject: [PATCH] Changed verbosity --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index dbdd05e..ab5102a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,7 +24,7 @@ jobs: run: dotnet build backend/Task.io.sln --configuration Release --no-restore - name: Run Unit Tests - run: dotnet test backend/tests/Taskio.UnitTests/Taskio.UnitTests.csproj --no-restore --verbosity detailed + run: dotnet test backend/tests/Taskio.UnitTests/Taskio.UnitTests.csproj --no-restore --verbosity normal - name: Run Integration Tests - run: dotnet test backend/tests/Taskio.IntegrationTests/Taskio.IntegrationTests.csproj --no-restore --verbosity detailed + run: dotnet test backend/tests/Taskio.IntegrationTests/Taskio.IntegrationTests.csproj --no-restore --verbosity normal