summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ubuntu-jruby.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml
index ac823d6..56e184d 100644
--- a/.github/workflows/ubuntu-jruby.yml
+++ b/.github/workflows/ubuntu-jruby.yml
@@ -16,9 +16,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
- run: gem install ruby-maven power_assert test-unit rake-compiler
+ run: bundle install --jobs 1
- name: compile
- run: rake compile
+ run: bundle exec rake compile
- name: test
continue-on-error: true
- run: rake test
+ run: bundle exec rake test