File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments