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 78da637 commit 3c08e66Copy full SHA for 3c08e66
.github/workflows/NetCoreTests.yml
@@ -16,7 +16,7 @@ jobs:
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
19
- CONNECTION_STRING: "Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
+ CONNECTION_STRING: "Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;TrustServerCertificate=true;"
20
OS: ubuntu-latest
21
22
0 commit comments