Skip to content

Commit d985cb8

Browse files
committed
show ydb server version before start tests
1 parent 0126bbc commit d985cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
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 }}
@@ -87,6 +87,8 @@ jobs:
8787
with:
8888
go-version: ${{ matrix.go-version }}
8989
cache: true
90+
- name: show YDB version
91+
run: docker exec ydb /ydbd -V
9092
- name: Run tests
9193
run: go test -race -tags integration -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests/integration
9294
- name: Upload integration-tests coverage report to Codecov

0 commit comments

Comments
 (0)