Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Jun 21, 2023
1 parent 12e6fe8 commit a5bc187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ env:
DEBUG: "False"
LOGGING: "False"
OPENAI_API_KEY: "Not applicable for tests"
POSTGRES_USER: "dummy-user"
POSTGRES_PASS: "dummy-password"
POSTGRES_USER: $POSTGRES_USER # Using a var because django_project/settings/ci.py uses os.environ.get()
POSTGRES_PASS: $POSTGRES_PASS
POSTGRES_DB: "blogthedata_test"

jobs:
Expand Down

0 comments on commit a5bc187

Please sign in to comment.