Skip to content

Commit

Permalink
Change ydb image for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Mar 6, 2024
1 parent 5122306 commit b620664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ydb-version: [trunk]
ydb-version: [nightly]
dotnet-version: [6.0.x, 7.0.x]
include:
- dotnet-version: 6.0.x
Expand All @@ -44,7 +44,7 @@ jobs:
dotnet-target-framework: net7.0
services:
ydb:
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
image: ghcr.io/ydb-platform/local-ydb:${{ matrix.ydb-version }}
ports:
- 2135:2135
- 2136:2136
Expand Down

0 comments on commit b620664

Please sign in to comment.