Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jun 23, 2023
1 parent 5c8a7f5 commit b1cb900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
--add-host=host.docker.internal:host-gateway
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/testing_support/db_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def mysql_settings():
2. Github Actions
"""

host = "mysql" if "GITHUB_ACTIONS" in os.environ else "127.0.0.1"
host = "host.docker.internal" if "GITHUB_ACTIONS" in os.environ else "127.0.0.1"
instances = 1
settings = [
{
Expand Down

0 comments on commit b1cb900

Please sign in to comment.