Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Aug 22, 2023
1 parent b45d521 commit 386f5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
pip install -r ./backend/requirements.txt
- name: Test with flake8 and django tests
env:
POSTGRES_USER: django_user
POSTGRES_PASSWORD: mysecretpassword
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 386f5a8

Please sign in to comment.