File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4141 strategy :
4242 fail-fast : false
4343 matrix :
44- solutionPath : ["./src/YdbSdk.sln", "./examples/src/ YdbExamples.sln", "./slo/src/src.sln"]
44+ solutionPath : ["./src/YdbSdk.sln", "./examples/YdbExamples.sln", "./slo/src/src.sln"]
4545 runs-on : ubuntu-latest
4646 name : Inspection
4747 steps :
Original file line number Diff line number Diff line change @@ -182,22 +182,22 @@ jobs:
182182 uses : actions/setup-dotnet@v4
183183 with :
184184 dotnet-version : ${{ matrix.dotnet-version }}
185- - name : Run ADO.NET example
185+ - name : Run Ydb.Sdk.AdoNet.QuickStart
186186 run : |
187187 docker cp ydb-local:/ydb_certs/ca.pem ~/
188188 cd ./examples/Ydb.Sdk.AdoNet.QuickStart
189- dotnet run >> ad
190- - name : Run Dapper example
189+ dotnet run
190+ - name : Run Ydb.Sdk.AdoNet. Dapper.QuickStart
191191 run : |
192- cd ./examples/src/DapperExample
192+ cd ./examples/Ydb.Sdk.AdoNet.Dapper.QuickStart
193193 dotnet run
194- - name : Run YDB Topic example
194+ - name : Run Ydb.Sdk. Topic.QuickStart
195195 run : |
196- cd ./examples/src/ Topic
196+ cd ./examples/Ydb.Sdk. Topic.QuickStart
197197 dotnet run
198- - name : Run Entity Framework Core example
198+ - name : Run EntityFrameworkCore.Ydb.QuickStart
199199 run : |
200- cd ./examples/src/ EntityFrameworkCore.Ydb.QuickStart
200+ cd ./examples/EntityFrameworkCore.Ydb.QuickStart
201201 dotnet tool install --global dotnet-ef
202202 dotnet add package Microsoft.EntityFrameworkCore.Design
203203 dotnet ef migrations add InitialCreate
You can’t perform that action at this time.
0 commit comments