Skip to content

Commit 2f21903

Browse files
oops
1 parent c268bed commit 2f21903

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
run: harperdb install
4040

4141
- name: Deploy data
42-
run: harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
42+
run: |
43+
harperdb start
44+
harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
45+
sleep 10
46+
harperdb stop
4347
4448
- name: Build project
4549
run: npm run build

0 commit comments

Comments
 (0)