summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-26 12:24:38 -0700
committerAndrew Godwin2022-11-26 12:24:38 -0700
commit98cd3f5b0fb40bdded4220069e1c5e75cb246024 (patch)
tree103c60e7ffd4a54c464bf5873183633f7a20e08e /.github
parentdb88c733b4ea910cd37d97453d49b7b24f767dda (diff)
downloadtakahe-98cd3f5b0fb40bdded4220069e1c5e75cb246024.tar.gz
takahe-98cd3f5b0fb40bdded4220069e1c5e75cb246024.tar.bz2
takahe-98cd3f5b0fb40bdded4220069e1c5e75cb246024.zip
Fix tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 05e3b42..e62604e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
python -m pip install -r requirements-dev.txt
- name: Run pytest
env:
- TAKAHE_DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
+ TAKAHE_DATABASE_SERVER: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
TAKAHE_ENVIRONMENT: "test"
TAKAHE_SECRET_KEY: "testing_secret"
TAKAHE_MAIN_DOMAIN: "example.com"