We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f329ca9 commit 3929dabCopy full SHA for 3929dab
.github/workflows/ci.yml
@@ -53,9 +53,7 @@ jobs:
53
run: cargo install sqlx-cli --no-default-features --features postgres
54
55
- name: run database migrations
56
- run: cargo sqlx migrate run
57
- env:
58
- DATABASE_URL: ${{ env.DOCSRS_DATABASE_URL }}
+ run: cargo sqlx migrate run --database-url $DOCSRS_DATABASE_URL
59
60
- name: run sqlx prepare --check
61
run: just sqlx-check
0 commit comments