Skip to content

Commit 12daacc

Browse files
run EntityFrameworkCore.Ydb.Samples/Database.Operations.Tutorial
1 parent edf0196 commit 12daacc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,11 @@ jobs:
203203
dotnet ef migrations add InitialCreate
204204
dotnet ef database update
205205
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

Comments
 (0)