Skip to content

Commit fe3d8d4

Browse files
committed
WIP
1 parent 8de4fb4 commit fe3d8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
until sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -Q "SELECT 1"; do sleep 10; done
1818
sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -i Tests.NHibernate.Spatial.MsSql2012/initdb/nhsp_test.sql
1919
TEST_PROJECT: Tests.NHibernate.Spatial.MsSql2012
20-
OS: ubuntu-latest
20+
OS: ubuntu-20.04
2121

2222
- DB: MsSql2012 (SQL Server 2019)
2323
DB_INIT: |

0 commit comments

Comments
 (0)