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