Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rikas committed Feb 28, 2024
1 parent 4855d6f commit d3e01a9
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 @@ -30,4 +30,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
run: bundle install & bundle exec rake

0 comments on commit d3e01a9

Please sign in to comment.