Skip to content

Commit 52b1dbd

Browse files
committed
[ci] stay in process via bundler/setup
1 parent 8cc4089 commit 52b1dbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
ruby-version: ${{ matrix.ruby-version }}
3131
bundler-cache: true
3232
- name: Download Mima jars
33-
run: bundle exec rake download_jars
33+
run: jruby -rbundler/setup -S rake download_jars
3434
- name: Run tests
35-
run: jruby -v -S rake specs
35+
run: jruby -v -rbundler/setup -S rake specs
3636
- name: Run RuboCop
3737
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
38+
run: jruby -rbundler/setup -S rubocop lib

0 commit comments

Comments
 (0)