Skip to content

Commit

Permalink
test: minor changes pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
0jonjo committed Dec 10, 2023
1 parent e0b1bac commit ca1adb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
pull_request:
branches: [main]

env:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password

jobs:
test:
name: Test
Expand Down Expand Up @@ -54,8 +49,6 @@ jobs:
PGHOST: localhost
DISABLE_SPRING: 1
run: |
cp config/database.ci.yml config/database.yml
bundle exec rails db:schema:load
bundle exec rspec --format progress
- name: Publish code coverage
Expand Down
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default: &default
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
# url: <%= ENV["DATABASE_URL"] %>
port: 5439
# port: 5439

development:
<<: *default
Expand Down

0 comments on commit ca1adb2

Please sign in to comment.