There was an error while loading. Please reload this page.
1 parent f9cd1af commit 1e8347fCopy full SHA for 1e8347f
2 files changed
.circleci/config.yml
@@ -178,6 +178,12 @@ jobs:
178
discovery.type: single-node
179
xpack.security.enabled: "false"
180
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
181
+ - image: mcr.microsoft.com/mssql/server:2022-latest
182
+ environment:
183
+ ACCEPT_EULA: Y
184
+ MSSQL_SA_PASSWORD: YourStrong@Passw0rd
185
+ MSSQL_USER: sa
186
+ MSSQL_DATABASE: instana_test_db
187
working_directory: ~/repo
188
steps:
189
- checkout
docker-compose.yml
@@ -111,3 +111,13 @@ services:
111
interval: 10s
112
timeout: 5s
113
retries: 5
114
+
115
+ mssql:
116
+ image: mcr.microsoft.com/azure-sql-edge
117
+ ports:
118
+ - 1433:1433
119
120
121
122
123
0 commit comments