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 ec0d17c commit b96fe21Copy full SHA for b96fe21
.github/workflows/NetCoreTests.yml
@@ -13,7 +13,7 @@ jobs:
13
DB_INIT: |
14
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;
15
- DB: SqlServer2008-MicrosoftDataSqlClientDriver
16
- 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;"
17
18
19
- DB: PostgreSQL
0 commit comments