We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf0196 commit 12daaccCopy full SHA for 12daacc
.github/workflows/tests.yml
@@ -203,3 +203,11 @@ jobs:
203
dotnet ef migrations add InitialCreate
204
dotnet ef database update
205
dotnet run
206
+ - name: Run EntityFrameworkCore.Ydb.Samples/Database.Operations.Tutorial
207
+ run: |
208
+ cd ./examples/EntityFrameworkCore.Ydb.Samples/Database.Operations.Tutorial
209
+ dotnet tool install --global dotnet-ef
210
+ dotnet add package Microsoft.EntityFrameworkCore.Design
211
+ dotnet ef migrations add InitialCreate
212
+ dotnet ef database update
213
+ dotnet run
0 commit comments