Skip to content

Commit

Permalink
CI: debug db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 10, 2024
1 parent daae58c commit 8544432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
run: |
more config/database.yml
bundle exec rake geoportal:index:seed
bundle exec rails test:system test
Expand Down
3 changes: 1 addition & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
# Settings specified here will take precedence over those in config/application.rb.

# Turn false under Spring and add config.action_view.cache_template_loading = true.
config.cache_classes = false
config.action_view.cache_template_loading = true
config.cache_classes = true

# Eager loading loads your whole application. When running a single test locally,
# this probably isn't necessary. It's a good idea to do in a continuous integration
Expand Down

0 comments on commit 8544432

Please sign in to comment.