Skip to content

Commit 7f4a52d

Browse files
fix tests.yml
1 parent e0f621d commit 7f4a52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
dotnet-version: ${{ matrix.dotnet-version }}
9696
- name: Run Topic tests
97-
run: dotnet test src/Ydb.Sdk/tests/Tests.csproj --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l "console;verbosity=detailed"
97+
run: dotnet test src/Ydb.Sdk/tests/Tests.csproj --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l "console;verbosity=detailed"
9898
efcore-functional-tests:
9999
runs-on: ubuntu-22.04
100100
strategy:
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
dotnet-version: 9.0.x
121121
- name: Run EFCore tests
122-
run: dotnet test src/EFCore.Ydb/test/EfCore.Ydb.FunctionalTests/EFCore.Ydb.FunctionalTests.csproj -l "console;verbosity=detailed"
122+
run: dotnet test src/EFCore.Ydb/test/EfCore.Ydb.FunctionalTests/EntityFrameworkCore.Ydb.FunctionalTests.csproj -l "console;verbosity=detailed"
123123
integration-tests:
124124
runs-on: ubuntu-22.04
125125
strategy:

0 commit comments

Comments
 (0)