mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Updated import_ml_counts to pull data from hyperkitty db (#2054)
This commit is contained in:
1
.github/workflows/actions-gcp.yaml
vendored
1
.github/workflows/actions-gcp.yaml
vendored
@@ -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"
|
||||
|
||||
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user