Skip to content

Commit

Permalink
Fix SQL Server 2017 startup issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peetw committed Sep 24, 2024
1 parent 2ee1cc3 commit 901f5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
until sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -Q "SELECT 1"; do sleep 10; done
sqlcmd -S localhost,11433 -U sa -P P@ssw0rd -i Tests.NHibernate.Spatial.MsSql2012/initdb/nhsp_test.sql
TEST_PROJECT: Tests.NHibernate.Spatial.MsSql2012
OS: ubuntu-latest
OS: ubuntu-20.04

- DB: MsSql2012 (SQL Server 2019)
DB_INIT: |
Expand Down

0 comments on commit 901f5b1

Please sign in to comment.