Updated import_ml_counts to pull data from hyperkitty db (#2054)

This commit is contained in:
daveoconnor
2026-01-06 23:05:41 +00:00
committed by GitHub
parent f34458524e
commit d24e46ac12
7 changed files with 55 additions and 56 deletions

View File

@@ -68,6 +68,7 @@ jobs:
- name: Test with pytest
env:
DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
HYPERKITTY_DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/lists_production_web"
SECRET_KEY: "for-testing-only"
REDIS_HOST: "localhost"
CI: "true"

View File

@@ -58,6 +58,7 @@ jobs:
- name: Test with pytest
env:
DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
HYPERKITTY_DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/lists_production_web"
SECRET_KEY: "for-testing-only"
REDIS_HOST: "localhost"
CI: "true"