Skip to content

Commit

Permalink
Attempting matrix builds for each .NET framework target to see if we …
Browse files Browse the repository at this point in the history
…can get CI build as green
  • Loading branch information
mysticmind committed Dec 25, 2024
1 parent daba52d commit e83e718
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-build-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
mssql-image:
- mcr.microsoft.com/mssql/server:2019-latest
- mcr.microsoft.com/mssql/server:2022-latest
framework:
- net8.0
- net9.0

name: MSSQL ${{ matrix.mssql-image }}
name: MSSQL ${{ matrix.mssql-image }} ${{ matrix.framework }}

services:
sqlserver:
Expand Down Expand Up @@ -69,4 +72,4 @@ jobs:
- name: Test
env:
weasel_sqlserver_testing_database: "Server=localhost;User Id=sa;Password=${{ env.db_pwd }};TrustServerCertificate=true"
run: dotnet test src/Weasel.SqlServer.Tests/Weasel.SqlServer.Tests.csproj --no-build --verbosity normal
run: dotnet test src/Weasel.SqlServer.Tests/Weasel.SqlServer.Tests.csproj --no-build --verbosity normal --framework ${{ matrix.framework }}

0 comments on commit e83e718

Please sign in to comment.