Skip to content

Commit 4b2d045

Browse files
author
misty-waters
committed
Run backend migrations in CI
1 parent aab14bb commit 4b2d045

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
cd backend
6262
cargo sqlx prepare
6363
64+
- name: Run migrations
65+
run: |
66+
cd backend
67+
sqlx migrate run
68+
6469
- name: Run tests
6570
run: |
6671
cd backend

0 commit comments

Comments
 (0)