Skip to content

Commit

Permalink
Get some more debugging info out of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iftheshoefritz committed Jun 23, 2023
1 parent 1458e9f commit 7b3bdd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: bundle list
run: bundle list && cd spec/rails7 && bundle list
- name: RSpec
run: bundle exec rspec spec/solargraph-rails

0 comments on commit 7b3bdd7

Please sign in to comment.