From 19b31c7064c5d03735483d8c0bb124f3368c4b9d Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 15 Aug 2022 19:59:43 +0200 Subject: [PATCH] Test that `bundle` is available in the bash shell --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 457001b..e0b9a97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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