Skip to content

Commit a096b99

Browse files
MSP-Gregeregon
authored andcommitted
Add Actions 'bash test' and 'Windows JRuby' (gem install sassc) steps
1 parent 6ead459 commit a096b99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
else { echo "Can't find $e" }
8686
echo ''
8787
}
88+
- name: bash test
89+
shell: bash
90+
run: echo ~
91+
- name: Windows JRuby
92+
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
93+
run: gem install sassc -N
8894

8995
lint:
9096
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)