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 2ee1cc3 commit 901f5b1Copy full SHA for 901f5b1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
until sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -Q "SELECT 1"; do sleep 10; done
17
sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -i Tests.NHibernate.Spatial.MsSql2012/initdb/nhsp_test.sql
18
TEST_PROJECT: Tests.NHibernate.Spatial.MsSql2012
19
- OS: ubuntu-latest
+ OS: ubuntu-20.04
20
21
- DB: MsSql2012 (SQL Server 2019)
22
DB_INIT: |
0 commit comments