We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc4089 commit 52b1dbdCopy full SHA for 52b1dbd
1 file changed
.github/workflows/main.yml
@@ -30,9 +30,9 @@ jobs:
30
ruby-version: ${{ matrix.ruby-version }}
31
bundler-cache: true
32
- name: Download Mima jars
33
- run: bundle exec rake download_jars
+ run: jruby -rbundler/setup -S rake download_jars
34
- name: Run tests
35
- run: jruby -v -S rake specs
+ run: jruby -v -rbundler/setup -S rake specs
36
- name: Run RuboCop
37
if: matrix.ruby-version == 'jruby-10.0' # Only run RuboCop on modern JRuby; target older jrubies via .rubocop.yml
38
- run: jruby -S rubocop lib
+ run: jruby -rbundler/setup -S rubocop lib
0 commit comments