Skip to content

Commit

Permalink
fix for postgres service container
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinsm committed May 31, 2024
1 parent 0ee2110 commit 0587ee6
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 @@ -7,7 +7,7 @@ jobs:

env:
RAILS_ENV: test
DATABASE_URL: "postgresql://root@localhost/adventure-time_test?pool=5"
DATABASE_URL: "postgresql://root:password@localhost/adventure-time_test?pool=5"
TZ: "/usr/share/zoneinfo/America/New_York"
COV: '1'
BUNDLER_PATH: vendor/bundle
Expand All @@ -20,7 +20,7 @@ jobs:
env:
POSTGRES_USER: root
POSTGRES_DB: adventure-time_test
POSTGRES_PASSWORD: ""
POSTGRES_PASSWORD: password
ports:
- 5432:5432
# Add a health check
Expand Down

0 comments on commit 0587ee6

Please sign in to comment.