Skip to content

Commit

Permalink
Merge pull request #174 from BYU-ODH/benrencher-patch-1
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
benrencher authored Oct 21, 2024
2 parents d8ff3a8 + 7ee1e97 commit 1a11bbb
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: yvideo_test #${{ secrets.TEST_DB_USER }}
POSTGRES_PASSWORD: yvideo_test #${{ secrets.TEST_DB_USER }}
POSTGRES_USER: ${{ secrets.TEST_DB_USER }}
POSTGRES_PASSWORD: ${{ secrets.TEST_DB_USER }}
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit 1a11bbb

Please sign in to comment.