Skip to content

Commit

Permalink
Update rubyonrails.yml (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycorredius authored Sep 12, 2024
1 parent 899506b commit ab077fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
image: postgres:11-alpine
ports:
- "5432:5432"
env:
POSTGRES_DB: rails_test
POSTGRES_USER: rails
POSTGRES_PASSWORD: password
env:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
Expand Down

0 comments on commit ab077fa

Please sign in to comment.