Skip to content

Commit c2d41ad

Browse files
committed
fix for postgres service container
1 parent b2973f1 commit c2d41ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
env:
99
RAILS_ENV: test
10-
DATABASE_URL: "postgresql://root@localhost/adventure-time_test?pool=5"
10+
DATABASE_URL: "postgresql://root:password@localhost/adventure-time_test?pool=5"
1111
TZ: "/usr/share/zoneinfo/America/New_York"
1212
COV: '1'
1313
BUNDLER_PATH: vendor/bundle
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
POSTGRES_USER: root
2222
POSTGRES_DB: adventure-time_test
23-
POSTGRES_PASSWORD: ""
23+
POSTGRES_PASSWORD: password
2424
ports:
2525
- 5432:5432
2626
# Add a health check

0 commit comments

Comments
 (0)