From f2f42b7848feff522ffa488a5236ba0a73bccbdd Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 12 Feb 2025 12:08:15 +0100 Subject: [PATCH] Skip test failing on JRuby on Windows * See https://github.com/jruby/jruby/issues/8623 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49a38f0..85d7095 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -185,7 +185,8 @@ jobs: shell: bash run: echo ~ && bundle install - name: Windows JRuby - if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') + # Should be startsWith(matrix.ruby, 'jruby') but broken on jruby-head: https://github.com/jruby/jruby/issues/8623 + if: startsWith(matrix.os, 'windows') && matrix.ruby == 'jruby' run: gem install sassc testNoGemfile: