Skip to content

Commit ad7296e

Browse files
committed
add run to workflow
1 parent dd56621 commit ad7296e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,8 @@ jobs:
140140
dotnet ef migrations add InitialCreate
141141
dotnet ef database update
142142
dotnet run
143+
- name: Run Linq2db.QuickStart
144+
run: |
145+
cd ./examples/Linq2db.QuickStart
146+
dotnet run
147+

0 commit comments

Comments
 (0)