Skip to content

Commit

Permalink
Check contents of vendor/bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
iftheshoefritz committed Jun 23, 2023
1 parent 3ed3ad3 commit 4bc1ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: bundle list
run: bundle list && cat Gemfile.lock
run: bundle list && cat Gemfile.lock && ls -l vendor/bundle
- name: RSpec
run: bundle exec rspec spec/solargraph-rails

0 comments on commit 4bc1ae4

Please sign in to comment.