From 901f5b1701313702724453814791dfc6788a9fed Mon Sep 17 00:00:00 2001 From: Peet Whittaker Date: Tue, 24 Sep 2024 13:18:24 +0100 Subject: [PATCH] Fix SQL Server 2017 startup issue in workflow https://forums.docker.com/t/sql-server-docker-container-fails-on-start-up-when-run-in-a-vm-with-ubuntu-24-04/142093 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 763ee9d..51ddded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |