Skip to content

Commit db18d9c

Browse files
committed
fixes CI workflow
1 parent 9d7568e commit db18d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
CELERY_BROKER_URL: redis://redis:6379/0
5757
CELERY_ALWAYS_EAGER: true
58-
DATABASE_URL: postgres:postgres//postgres:@127.0.0.1:5432/adminfilters
58+
DATABASE_URL: postgres:postgres:postgres@127.0.0.1:5432/adminfilters
5959
steps:
6060
- uses: actions/checkout@v5
6161
with:

0 commit comments

Comments
 (0)