Skip to content

Commit

Permalink
Tweak JRuby option
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 23, 2024
1 parent 80e6614 commit 6139fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set JRuby ENV vars
run: |
echo 'JAVA_OPTS=-Xmx1g' >> $GITHUB_ENV
if: ${{ ! startsWith(matrix.os, 'windows') }}
if: ${{ ! startsWith(matrix.ruby, 'jruby') }}
- name: Install dependencies
run: bundle install --jobs 1
- name: Run test
Expand Down

0 comments on commit 6139fd5

Please sign in to comment.