Disable sassc test on JRuby on Windows as it fails on 9.2.17.0

* See https://github.com/jruby/jruby/issues/6648
This commit is contained in:
Benoit Daloze
2021-04-02 11:47:35 +02:00
parent c5c7583a68
commit ad65390c0a
+4 -3
View File
@@ -95,9 +95,10 @@ jobs:
- name: bash test
shell: bash
run: echo ~
- name: Windows JRuby
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
run: gem install sassc -N
# Disabled until https://github.com/jruby/jruby/issues/6648 is fixed
# - name: Windows JRuby
# if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
# run: gem install sassc -N
testExactBundlerVersion:
name: "Test with an exact Bundler version"