Skip to content

Commit 19b31c7

Browse files
committed
Test that bundle is available in the bash shell
1 parent a1396b7 commit 19b31c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
}
118118
- name: bash test
119119
shell: bash
120-
run: echo ~
120+
run: echo ~ && which -a bundle
121121
- name: Windows JRuby
122122
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
123123
run: gem install sassc

0 commit comments

Comments
 (0)