Skip to content

Commit

Permalink
Test that bundle is available in the bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Aug 20, 2022
1 parent a1396b7 commit 19b31c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
}
- name: bash test
shell: bash
run: echo ~
run: echo ~ && which -a bundle
- name: Windows JRuby
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
run: gem install sassc
Expand Down

0 comments on commit 19b31c7

Please sign in to comment.