From a096b998ad5c7e706da1461ffaea872f97bb93a6 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 25 Aug 2020 14:46:11 -0500 Subject: [PATCH] Add Actions 'bash test' and 'Windows JRuby' (gem install sassc) steps --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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