Skip to content

Commit 798ff29

Browse files
Enable trunk version YDB in CI GitHub Action (#536)
1 parent 78391ff commit 798ff29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ydb-sdk-tests:
1414
strategy:
1515
matrix:
16-
ydb-version: [ 'latest', '25.1' ]
16+
ydb-version: [ 'latest', 'trunk' ]
1717
dotnet-version: [ 8.0.x, 9.0.x ]
1818
runs-on: ubuntu-22.04
1919
services:
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
ydb-version: [ 'latest', '25.1' ]
60+
ydb-version: [ 'latest', 'trunk' ]
6161
dotnet-version: [ 8.0.x, 9.0.x ]
6262
services:
6363
ydb:
@@ -139,4 +139,4 @@ jobs:
139139
dotnet add package Microsoft.EntityFrameworkCore.Design
140140
dotnet ef migrations add InitialCreate
141141
dotnet ef database update
142-
dotnet run
142+
dotnet run

0 commit comments

Comments
 (0)