Skip to content

Commit 3929dab

Browse files
committed
kk
1 parent f329ca9 commit 3929dab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
run: cargo install sqlx-cli --no-default-features --features postgres
5454

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

6058
- name: run sqlx prepare --check
6159
run: just sqlx-check

0 commit comments

Comments
 (0)