mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-14 15:04:20 +02:00
Revert "Skip test failing on JRuby on Windows"
This reverts commit f2f42b7848.
This commit is contained in:
committed by
Benoit Daloze
parent
d3e13b3e37
commit
b8714f777a
@@ -195,8 +195,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: echo ~ && bundle install
|
run: echo ~ && bundle install
|
||||||
- name: Windows JRuby
|
- name: Windows JRuby
|
||||||
# Should be startsWith(matrix.ruby, 'jruby') but broken on jruby-head: https://github.com/jruby/jruby/issues/8623
|
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
|
||||||
if: startsWith(matrix.os, 'windows') && matrix.ruby == 'jruby'
|
|
||||||
run: gem install sassc
|
run: gem install sassc
|
||||||
|
|
||||||
testDotRubyVersion:
|
testDotRubyVersion:
|
||||||
|
|||||||
Reference in New Issue
Block a user