Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ycorredius authored Sep 12, 2024
1 parent 368abe1 commit 10f6d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
ruby-version: .ruby-version
autofix: false
rspec:
name: RSpec
test:
name: Rspec testing
runs-on: ubuntu-latest
services:
postgres:
Expand All @@ -34,7 +34,7 @@ jobs:
POSTGRES_USER: rails
POSTGRES_PASSWORD: password
env:
RAILS_ENV: RSpec
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"

steps:
Expand Down

0 comments on commit 10f6d61

Please sign in to comment.