Skip to content

Commit 4ea3d2c

Browse files
authored
Merge pull request #1727 from ydb-platform/show-ydb-server-version
show ydb server version before start tests
2 parents 0126bbc + 0abdeaa commit 4ea3d2c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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 }}
@@ -80,6 +80,8 @@ jobs:
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

0 commit comments

Comments
 (0)