Skip to content

Commit fa03562

Browse files
committed
Use "bundle exec" to run tests by "rake" on JRuby
1 parent c54c426 commit fa03562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
gem install bundler --no-document
2020
bundle install
2121
- name: Run test
22-
run: rake
22+
run: bundle exec rake

0 commit comments

Comments
 (0)