Skip to content

Commit 44cb4a5

Browse files
Fix CI demo step to run independently and always execute
Co-authored-by: MPCoreDeveloper <37024522+MPCoreDeveloper@users.noreply.github.com>
1 parent 954005d commit 44cb4a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
- name: Test
2424
run: dotnet test --no-build --verbosity normal
2525
- name: Run Demo CLI
26-
run: dotnet run --project SharpCoreDB.Demo --no-build
26+
if: success() || failure()
27+
run: dotnet run --project SharpCoreDB.Demo

0 commit comments

Comments
 (0)