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