mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user