Skip to content

Commit f2f42b7

Browse files
authored
Skip test failing on JRuby on Windows
* See jruby/jruby#8623
1 parent 5547c87 commit f2f42b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ jobs:
185185
shell: bash
186186
run: echo ~ && bundle install
187187
- name: Windows JRuby
188-
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
188+
# Should be startsWith(matrix.ruby, 'jruby') but broken on jruby-head: https://github.com/jruby/jruby/issues/8623
189+
if: startsWith(matrix.os, 'windows') && matrix.ruby == 'jruby'
189190
run: gem install sassc
190191

191192
testNoGemfile:

0 commit comments

Comments
 (0)