Skip to content

Commit 9976dfb

Browse files
.github/workflows: added ydb image to ci
1 parent d2bf38b commit 9976dfb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/ci.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,21 @@ jobs:
274274
--health-interval 10s
275275
--health-timeout 5s
276276
--health-retries 5
277+
ydb:
278+
image: ydbplatform/local-ydb:trunk
279+
env:
280+
GRPC_TLS_PORT: 2135
281+
GRPC_PORT: 2136
282+
MON_PORT: 8765
283+
ports:
284+
- 2136:2136
285+
- 8765:8765
286+
options: >-
287+
--platform linux/amd64
288+
--health-cmd "curl -f http://localhost:8765/healthcheck || exit 1"
289+
--health-interval 10s
290+
--health-timeout 5s
291+
--health-retries 5
277292
steps:
278293
- uses: actions/checkout@v4
279294
- uses: actions/setup-go@v5
@@ -476,6 +491,21 @@ jobs:
476491
--health-interval 10s
477492
--health-timeout 5s
478493
--health-retries 5
494+
ydb:
495+
image: ydbplatform/local-ydb:trunk
496+
env:
497+
GRPC_TLS_PORT: 2135
498+
GRPC_PORT: 2136
499+
MON_PORT: 8765
500+
ports:
501+
- 2136:2136
502+
- 8765:8765
503+
options: >-
504+
--platform linux/amd64
505+
--health-cmd "curl -f http://localhost:8765/healthcheck || exit 1"
506+
--health-interval 10s
507+
--health-timeout 5s
508+
--health-retries 5
479509
steps:
480510
- uses: actions/checkout@v4
481511
with:

0 commit comments

Comments
 (0)