ci: check sqlx queries against live db
This commit is contained in:
1
.github/workflows/backend.yml
vendored
1
.github/workflows/backend.yml
vendored
@@ -27,7 +27,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DATABASE_URL: postgres://postgres:pass@localhost:5432/loft_test
|
DATABASE_URL: postgres://postgres:pass@localhost:5432/loft_test
|
||||||
STORAGE_PATH: /tmp/loft-files-test
|
STORAGE_PATH: /tmp/loft-files-test
|
||||||
SQLX_OFFLINE: "true"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user