Revert "Skip test failing on JRuby on Windows"

This reverts commit f2f42b7848.
This commit is contained in:
Chad Wilson
2025-09-20 21:59:29 +02:00
committed by Benoit Daloze
parent d3e13b3e37
commit b8714f777a
+1 -2
View File
@@ -195,8 +195,7 @@ jobs:
shell: bash
run: echo ~ && bundle install
- 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') && matrix.ruby == 'jruby'
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
run: gem install sassc
testDotRubyVersion: