File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 6969 YDB_USE_IN_MEMORY_PDISKS : true
7070 YDB_TABLE_ENABLE_PREPARED_DDL : true
7171 YDB_ENABLE_COLUMN_TABLES : true
72- options : ' -h localhost'
72+ options : ' -h localhost --name ydb '
7373 env :
7474 OS : ubuntu-latest
7575 GO : ${{ matrix.go-version }}
8080 YDB_SESSIONS_SHUTDOWN_URLS : http://localhost:8765/actors/kqp_proxy?force_shutdown=all
8181 HIDE_APPLICATION_OUTPUT : 1
8282 steps :
83+ - name : Show YDB version
84+ run : docker exec ydb /ydbd -V
8385 - name : Checkout code
8486 uses : actions/checkout@v4
8587 - name : Install Go
@@ -124,7 +126,7 @@ jobs:
124126 YDB_TABLE_ENABLE_PREPARED_DDL : true
125127 YDB_FEATURE_FLAGS : enable_topic_service_tx,enable_antlr4_parser
126128 YDB_ENABLE_COLUMN_TABLES : true
127- options : ' -h localhost'
129+ options : ' -h localhost --name ydb '
128130 env :
129131 OS : ubuntu-latest
130132 GO : ${{ matrix.go-version }}
@@ -137,6 +139,8 @@ jobs:
137139 YDB_EXECUTE_DATA_QUERY_OVER_QUERY_SERVICE : 1
138140 HIDE_APPLICATION_OUTPUT : 1
139141 steps :
142+ - name : Show YDB version
143+ run : docker exec ydb /ydbd -V
140144 - name : Checkout code
141145 uses : actions/checkout@v4
142146 - name : Install Go
You can’t perform that action at this time.
0 commit comments