Skip to content

Commit 4b4a377

Browse files
GuillaumeGomezsyphar
authored andcommitted
Add missing migration in sqlx CI
1 parent dcfaa83 commit 4b4a377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/commit-sqlx-changes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: install SQLX CLI
4949
run: cargo install sqlx-cli --no-default-features --features postgres
5050

51+
- name: run database migrations
52+
run: cargo sqlx migrate run --database-url $DOCSRS_DATABASE_URL
53+
5154
- name: Commit sqlx changes on master branch if any
5255
run: |
5356
just sqlx-prepare

0 commit comments

Comments
 (0)