Skip to content

Commit

Permalink
Update DB credentials for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Jan 11, 2024
1 parent 65f61bd commit 6139aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
postgres:
image: postgres
env:
POSTGRES_USER: la-doc-uploader-test
POSTGRES_DB: la-doc-uploader-test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: mdbenefits_test
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
ports:
- 5432:5432
Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
- name: Cleanup Gradle Cache
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
rm -f ~/.gradle/caches/modules-2/gc.properties

0 comments on commit 6139aca

Please sign in to comment.