We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d288b commit 5c80d28Copy full SHA for 5c80d28
.github/workflows/gitflow.yml
@@ -41,7 +41,7 @@ jobs:
41
DB_NAME: ${{ secrets.DB_NAME }}
42
DB_USER: ${{ secrets.DB_USER }}
43
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
44
- DB_HOST: postgres
+ DB_HOST: localhost
45
DB_PORT: "5432"
46
run: |
47
python manage.py test --verbosity=2
0 commit comments