Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benrencher authored Oct 21, 2024
1 parent 25923f0 commit d8ff3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
image: postgres
env:
POSTGRES_DB: yvideo_test
POSTGRES_USER: ${{ secrets.TEST_DB_USER }}
POSTGRES_PASSWORD: ${{ secrets.TEST_DB_USER }}
POSTGRES_USER: yvideo_test #${{ secrets.TEST_DB_USER }}
POSTGRES_PASSWORD: yvideo_test #${{ secrets.TEST_DB_USER }}
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit d8ff3a8

Please sign in to comment.