Skip to content

Commit

Permalink
Fixing creds
Browse files Browse the repository at this point in the history
  • Loading branch information
sree-cfa committed May 19, 2023
1 parent 3a2f017 commit 37e14f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/percy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
postgres:
image: postgres:12
env:
POSTGRES_USER: shiba
POSTGRES_PASSWORD: shiba
POSTGRES_DB: shiba-test
POSTGRES_USER: la-doc-uploader-test
POSTGRES_PASSWORD: postgres
POSTGRES_DB: la-doc-uploader-test
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 37e14f5

Please sign in to comment.