Skip to content

Commit e6ccda9

Browse files
commit
1 parent ab80ca5 commit e6ccda9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ jobs:
4545
dotnet-target-framework: net6.0
4646
- dotnet-version: 7.0.x
4747
dotnet-target-framework: net7.0
48-
services:
49-
ydb:
50-
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
51-
ports:
52-
- 2135:2135
53-
- 2136:2136
54-
- 8765:8765
55-
env:
56-
YDB_LOCAL_SURVIVE_RESTART: true
57-
options: '--name ydb-local -h localhost'
58-
env:
59-
OS: ubuntu-22.04
60-
YDB_VERSION: ${{ matrix.ydb-version }}
61-
YDB_CONNECTION_STRING: grpc://localhost:2136/local
62-
YDB_CONNECTION_STRING_SECURE: grpcs://localhost:2135/local
48+
# services:
49+
# ydb:
50+
# image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
51+
# ports:
52+
# - 2135:2135
53+
# - 2136:2136
54+
# - 8765:8765
55+
# env:
56+
# YDB_LOCAL_SURVIVE_RESTART: true
57+
# options: '--name ydb-local -h localhost'
58+
# env:
59+
# OS: ubuntu-22.04
60+
# YDB_VERSION: ${{ matrix.ydb-version }}
61+
# YDB_CONNECTION_STRING: grpc://localhost:2136/local
62+
# YDB_CONNECTION_STRING_SECURE: grpcs://localhost:2135/local
6363
steps:
6464
- name: Checkout code
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)