Skip to content

Commit

Permalink
Enable sassc test on JRuby on Windows
Browse files Browse the repository at this point in the history
9.2.18.0 has been released, so this should work now.
  • Loading branch information
walro committed Jun 9, 2021
1 parent 4406a41 commit 6b9cdbe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ jobs:
- name: bash test
shell: bash
run: echo ~
# Disabled until https://github.com/jruby/jruby/issues/6648 is fixed (9.2.18.0)
# - name: Windows JRuby
# if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
# run: gem install sassc
- name: Windows JRuby
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
run: gem install sassc

testExactBundlerVersion:
name: "Test with an exact Bundler version"
Expand Down

0 comments on commit 6b9cdbe

Please sign in to comment.