Skip to content

Commit

Permalink
2024-06-12 06:52 - updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 12, 2024
1 parent 36ffca4 commit 6c994b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Run tests
run: |
docker run --rm \
-e DATABASE_URL=postgres://postgres:postgres@db:5432/dedupe \
-e DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/dedupe \
-e SECRET_KEY=secret_key \
-e CACHE_URL=redis://redis:6379/0 \
-e CELERY_BROKER_URL=redis://redis:6379/0 \
Expand Down

0 comments on commit 6c994b7

Please sign in to comment.