Skip to content

Commit

Permalink
Changed verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
AMSaiian authored Sep 15, 2024
1 parent 4c09b21 commit 93ad197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93ad197

Please sign in to comment.