Skip to content

Commit

Permalink
remove debugger actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 8, 2024
1 parent 916b2d5 commit 1063139
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rspec_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ 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

0 comments on commit 1063139

Please sign in to comment.