Skip to content

Commit 5c80d28

Browse files
committed
changes host to localhost
1 parent 20d288b commit 5c80d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
DB_NAME: ${{ secrets.DB_NAME }}
4242
DB_USER: ${{ secrets.DB_USER }}
4343
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
44-
DB_HOST: postgres
44+
DB_HOST: localhost
4545
DB_PORT: "5432"
4646
run: |
4747
python manage.py test --verbosity=2

0 commit comments

Comments
 (0)