Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 9, 2024
1 parent b312ca1 commit b6eb088
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/dotnet-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
include-prerelease: true

- uses: dotnet/nbgv@master
with:
setAllVars: true

- name: Restore dependencies
run: dotnet restore Dapper.AOT.sln
include-prerelease: true

- name: Build
run: dotnet build Dapper.AOT.sln --no-restore -c Release
run: dotnet build Dapper.AOT.sln -c Release

- 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

0 comments on commit b6eb088

Please sign in to comment.