Add Actions 'bash test' and 'Windows JRuby' (gem install sassc) steps

This commit is contained in:
MSP-Greg
2020-09-03 12:13:49 +02:00
committed by Benoit Daloze
parent 6ead459c74
commit a096b998ad
+6
View File
@@ -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