Skip test failing on JRuby on Windows

* See https://github.com/jruby/jruby/issues/8623
This commit is contained in:
Benoit Daloze
2025-02-12 12:08:15 +01:00
committed by GitHub
parent 5547c873c2
commit f2f42b7848
+2 -1
View File
@@ -185,7 +185,8 @@ jobs:
shell: bash
run: echo ~ && bundle install
- name: Windows JRuby
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, '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'
run: gem install sassc
testNoGemfile: