Skip to content

Commit

Permalink
Yes it is
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaePhyoKanto authored Nov 11, 2024
1 parent 6b278d9 commit c2eb9f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ 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 }}

- name: Execute tests in the running services
run: |
docker compose exec web pytest
env:
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}

0 comments on commit c2eb9f6

Please sign in to comment.