Skip to content

Commit

Permalink
2024-06-12 15:01 - updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 12, 2024
1 parent ace3b44 commit 638ea53
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 @@ -103,7 +103,7 @@ jobs:
- name: Run tests
run: |
docker run --rm \
-e DATABASE_URL=postgres://postgres:postgres@db:5432/dedupe \
-e DATABASE_URL=postgres://postgres:postgres@localhost: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 638ea53

Please sign in to comment.