Skip to content

Commit

Permalink
Add debuggin steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 8, 2024
1 parent d59ed58 commit 1346feb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/rspec_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Check current directory
run: pwd

- name: List files in lib/middleware
run: ls -la lib/middleware

- name: Check Ruby load path
run: ruby -e 'puts $LOAD_PATH'

- name: Setup DB, Run tests
env:
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Application < Rails::Application
config.autoload_paths << Rails.root.join('lib')
config.autoload_paths += %W(#{config.root}/lib)

config.middleware.use Middleware::ErrorHandler
config.middleware.use ErrorHandler

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 1346feb

Please sign in to comment.