Skip to content

Commit

Permalink
cleanup debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 10, 2024
1 parent b8d55cb commit 93cb89a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dotnet-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
include-prerelease: true

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

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

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

0 comments on commit 93cb89a

Please sign in to comment.