Skip to content

Commit

Permalink
env direct
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaePhyoKanto authored Nov 11, 2024
1 parent 78ca8f0 commit 7acd116
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 @@ -12,9 +12,9 @@ jobs:
- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
env:
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_DB: "django_db"
POSTGRES_USER: "django_user"
POSTGRES_PASSWORD: "django_pass"

- name: Execute tests in the running services
run: |
Expand Down

0 comments on commit 7acd116

Please sign in to comment.