Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Aug 22, 2023
1 parent 37afb58 commit 92b8019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
postgres:
image: postgres:13.10
env:
POSTGRES_USER: django-user
POSTGRES_USER: django_user
POSTGRES_PASSWORD: mysercretpassword
POSTGRES_DB: django
ports:
Expand All @@ -33,7 +33,7 @@ jobs:
pip install -r ./backend/requirements.txt
- name: Test with flake8 and django tests
env:
POSTGRES_USER: django-user
POSTGRES_USER: django_user
POSTGRES_PASSWORD: mysercretpassword
POSTGRES_DB: django
DB_HOST: 127.0.0.1
Expand Down

0 comments on commit 92b8019

Please sign in to comment.