We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2973f1 commit c2d41adCopy full SHA for c2d41ad
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
8
env:
9
RAILS_ENV: test
10
- DATABASE_URL: "postgresql://root@localhost/adventure-time_test?pool=5"
+ DATABASE_URL: "postgresql://root:password@localhost/adventure-time_test?pool=5"
11
TZ: "/usr/share/zoneinfo/America/New_York"
12
COV: '1'
13
BUNDLER_PATH: vendor/bundle
@@ -20,7 +20,7 @@ jobs:
20
21
POSTGRES_USER: root
22
POSTGRES_DB: adventure-time_test
23
- POSTGRES_PASSWORD: ""
+ POSTGRES_PASSWORD: password
24
ports:
25
- 5432:5432
26
# Add a health check
0 commit comments