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 92b8019 commit 7708f06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
postgres:
image: postgres:13.10
env:
POSTGRES_USER: django_user
POSTGRES_PASSWORD: mysercretpassword
POSTGRES_DB: django
POSTGRES_USER: kittygram_user
POSTGRES_PASSWORD: kittygram_password
POSTGRES_DB: kittygram
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand All @@ -33,9 +33,9 @@ jobs:
pip install -r ./backend/requirements.txt
- name: Test with flake8 and django tests
env:
POSTGRES_USER: django_user
POSTGRES_PASSWORD: mysercretpassword
POSTGRES_DB: django
POSTGRES_USER: kittygram_user
POSTGRES_PASSWORD: kittygram_password
POSTGRES_DB: kittygram
DB_HOST: 127.0.0.1
DB_PORT: 5432
run: |
Expand Down

0 comments on commit 7708f06

Please sign in to comment.