Skip to content

Commit

Permalink
fixup! Test against PostgreSQL in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Jul 9, 2024
1 parent d771642 commit bc9efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def generate_initial_config(worker_id):
MAIL_ENABLED = False
# SQLALCHEMY_DB_URI = 'sqlite:///' + urljoin(DATA_DIR, 'mscolab.db')
SQLALCHEMY_DB_URI = 'postgresql://postgres:postgres@postgres/mscolab_{worker_id}'
SQLALCHEMY_DB_URI = 'postgresql://postgres:postgres@127.0.0.1/mscolab_{worker_id}'
# enable SQLALCHEMY_ECHO
SQLALCHEMY_ECHO = True
Expand Down

0 comments on commit bc9efa2

Please sign in to comment.