Skip to content

Commit b8714f7

Browse files
chadlwilsoneregon
authored andcommitted
Revert "Skip test failing on JRuby on Windows"
This reverts commit f2f42b7.
1 parent d3e13b3 commit b8714f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ jobs:
195195
shell: bash
196196
run: echo ~ && bundle install
197197
- name: Windows JRuby
198-
# Should be startsWith(matrix.ruby, 'jruby') but broken on jruby-head: https://github.com/jruby/jruby/issues/8623
199-
if: startsWith(matrix.os, 'windows') && matrix.ruby == 'jruby'
198+
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
200199
run: gem install sassc
201200

202201
testDotRubyVersion:

0 commit comments

Comments
 (0)