Skip to content

Commit

Permalink
Merge pull request #83 from ydb-platform/replace-test-image-with-not-…
Browse files Browse the repository at this point in the history
…slim

fix(tests): replace ydb image with non-slim
  • Loading branch information
asmyasnikov authored Dec 5, 2023
2 parents 7a2f10a + a075d1e commit 8ef14e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
services:
ydb:
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}-slim
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
ports:
- 2135:2135
- 2136:2136
Expand Down

0 comments on commit 8ef14e0

Please sign in to comment.