dc740 / django-coveragepy-github-action

Run coverage.py with django test - Github Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django.db.utils.OperationalError: could not translate host name "db" to address: Name or service not known

ssabuda opened this issue · comments

This action works great for me. Suddenly it stopped and I encountered a error django.db.utils.OperationalError: could not translate host name "db" to address: Name or service not known. My settings are simply and almost the same like in docker-compose quick-start. Looks like env DATABASE_URL stopped working. Do you have any idea how to fix it?