Run which test on all platforms in shell: bash

This commit is contained in:
Benoit Daloze
2022-08-21 12:42:53 +02:00
parent 87ccb7599f
commit 3804ad4ff2
+2 -2
View File
@@ -115,8 +115,8 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/gem_from_github.gemfile
- name: which ruby, rake bundle
if: "!startsWith(matrix.os, 'windows')"
- name: which ruby, rake, bundle
shell: bash
run: which -a ruby rake bundle
- name: where ruby, rake, bundle
if: startsWith(matrix.os, 'windows')