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 9d7568e commit db18d9cCopy full SHA for db18d9c
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
env:
56
CELERY_BROKER_URL: redis://redis:6379/0
57
CELERY_ALWAYS_EAGER: true
58
- DATABASE_URL: postgres:postgres//postgres:@127.0.0.1:5432/adminfilters
+ DATABASE_URL: postgres:postgres:postgres@127.0.0.1:5432/adminfilters
59
steps:
60
- uses: actions/checkout@v5
61
with:
0 commit comments