We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0126bbc commit d985cb8Copy full SHA for d985cb8
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
YDB_USE_IN_MEMORY_PDISKS: true
70
YDB_TABLE_ENABLE_PREPARED_DDL: true
71
YDB_ENABLE_COLUMN_TABLES: true
72
- options: '-h localhost'
+ options: '-h localhost --name ydb'
73
env:
74
OS: ubuntu-latest
75
GO: ${{ matrix.go-version }}
@@ -87,6 +87,8 @@ jobs:
87
with:
88
go-version: ${{ matrix.go-version }}
89
cache: true
90
+ - name: show YDB version
91
+ run: docker exec ydb /ydbd -V
92
- name: Run tests
93
run: go test -race -tags integration -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests/integration
94
- name: Upload integration-tests coverage report to Codecov
0 commit comments