Skip to content

Commit 608bdfa

Browse files
committed
Try adding in psotgres db?
1 parent 941fcc7 commit 608bdfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rails_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ jobs:
2020
db_port: 5432
2121
db_username: rails
2222
db_password: password
23+
# DATABASE_URL: "postgresql://rails:password@localhost:5432/actioncenter_test"
2324
services:
2425
postgres:
2526
image: postgres:latest
2627
ports:
2728
- "5432:5432"
2829
env:
30+
POSTGRES_DB: actioncenter_test
2931
POSTGRES_USER: rails
3032
POSTGRES_PASSWORD: password
3133
options: >-

0 commit comments

Comments
 (0)