We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ea58c commit 2d554a0Copy full SHA for 2d554a0
.github/workflows/NetCoreTests.yml
@@ -12,7 +12,7 @@ jobs:
12
include:
13
- DB: SqlServer2008
14
CONNECTION_STRING: "Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
15
- OS: windows-latest
+ OS: ubuntu-latest
16
DB_INIT: |
17
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -e "MSSQL_PID=Express" -p 1433:1433 -d --name sqlexpress mcr.microsoft.com/mssql/server:2019-latest;
18
- DB: SqlServer2008-MicrosoftDataSqlClientDriver
0 commit comments