File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments