Skip to content

Commit fdeb965

Browse files
committed
add migration to test ci
1 parent d8bde58 commit fdeb965

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ jobs:
5353
run: |
5454
deno install --allow-scripts --reload
5555
56+
- name: Run migrations
57+
run: deno task db:migrate
58+
5659
- name: Test
5760
run: deno task test

0 commit comments

Comments
 (0)