Skip to content

Commit

Permalink
remove detailed verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 9, 2024
1 parent bf2d64d commit 1da057b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
include-prerelease: true

- name: Build
run: dotnet build Dapper.AOT.sln -c Release --verbosity detailed
run: dotnet build test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj -c Debug

- name: '[Debug] Check Files'
run: ls -R

- name: Integration Tests
run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --no-build --verbosity normal -c Release
run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --no-build --verbosity normal -c Debug

0 comments on commit 1da057b

Please sign in to comment.