diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 057aecb..4c4b4f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,6 +85,12 @@ jobs: else { echo "Can't find $e" } echo '' } + - name: bash test + shell: bash + run: echo ~ + - name: Windows JRuby + if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') + run: gem install sassc -N lint: runs-on: ubuntu-latest