Skip to content

Commit f329ca9

Browse files
committed
tr
1 parent 2d0b903 commit f329ca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454

5555
- name: run database migrations
5656
run: cargo sqlx migrate run
57+
env:
58+
DATABASE_URL: ${{ env.DOCSRS_DATABASE_URL }}
5759

5860
- name: run sqlx prepare --check
5961
run: just sqlx-check

0 commit comments

Comments
 (0)