Skip to content

Commit

Permalink
workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaePhyoKanto authored Oct 31, 2024
1 parent 2001da8 commit e169cd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
env:
POSTGRES_DB: ${{POSTGRES_DB}}
POSTGRES_USER: ${{POSTGRES_USER}}
POSTGRES_PASSWORD: ${{POSTGRES_PASSWORD}}

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

0 comments on commit e169cd4

Please sign in to comment.