Skip to content

Commit f3f0e10

Browse files
committed
SQL Server
1 parent 1c5ee2d commit f3f0e10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
--health-retries 5
6363
6464
mssql:
65-
image: mcr.microsoft.com/mssql/server:2022-preview-ubuntu-22.04
65+
image: mcr.microsoft.com/mssql/server:2019-latest
6666
env:
6767
ACCEPT_EULA: 'Y'
6868
MSSQL_SA_PASSWORD: yourStrong(!)Password
@@ -81,7 +81,8 @@ jobs:
8181
--health-timeout=5s
8282
--health-retries=10
8383
--health-start-period=30s
84-
--user=mssql
84+
--cap-add=SYS_PTRACE
85+
--security-opt seccomp=unconfined
8586
8687
clickhouse:
8788
image: clickhouse/clickhouse-server:24.10-alpine

0 commit comments

Comments
 (0)