Skip to content

Commit fae3605

Browse files
authored
Show ydb version
1 parent e479cc7 commit fae3605

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ jobs:
2121
- /tmp/ydb_certs:/ydb_certs
2222
env:
2323
YDB_USE_IN_MEMORY_PDISKS: true
24-
options: '-h localhost'
24+
options: '-h localhost --name ydb'
2525
runs-on: ubuntu-latest
2626
strategy:
2727
fail-fast: false
2828
matrix:
2929
php-versions: [ '7.2', '7.4', '8.0', '8.2' ]
3030
ydb-versions: ['stable-22-5', 'trunk', '23.3', '23.2', '23.1']
3131
steps:
32+
- name: Show YDB version
33+
run: docker exec ydb /ydbd -V
34+
3235
- uses: actions/checkout@v3
3336
name: Checkout
3437

0 commit comments

Comments
 (0)