Skip to content

Commit

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

Please sign in to comment.