Skip to content

Commit 0abdeaa

Browse files
committed
show ydb version in expirement
1 parent d985cb8 commit 0abdeaa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ 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
8688
uses: actions/setup-go@v5
8789
with:
8890
go-version: ${{ matrix.go-version }}
8991
cache: true
90-
- name: show YDB version
91-
run: docker exec ydb /ydbd -V
9292
- name: Run tests
9393
run: go test -race -tags integration -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests/integration
9494
- name: Upload integration-tests coverage report to Codecov
@@ -126,7 +126,7 @@ jobs:
126126
YDB_TABLE_ENABLE_PREPARED_DDL: true
127127
YDB_FEATURE_FLAGS: enable_topic_service_tx,enable_antlr4_parser
128128
YDB_ENABLE_COLUMN_TABLES: true
129-
options: '-h localhost'
129+
options: '-h localhost --name ydb'
130130
env:
131131
OS: ubuntu-latest
132132
GO: ${{ matrix.go-version }}
@@ -139,6 +139,8 @@ jobs:
139139
YDB_EXECUTE_DATA_QUERY_OVER_QUERY_SERVICE: 1
140140
HIDE_APPLICATION_OUTPUT: 1
141141
steps:
142+
- name: Show YDB version
143+
run: docker exec ydb /ydbd -V
142144
- name: Checkout code
143145
uses: actions/checkout@v4
144146
- name: Install Go

0 commit comments

Comments
 (0)