Skip to content

Commit 3804ad4

Browse files
committed
Run which test on all platforms in shell: bash
1 parent 87ccb75 commit 3804ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
env:
116116
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/gem_from_github.gemfile
117117

118-
- name: which ruby, rake bundle
119-
if: "!startsWith(matrix.os, 'windows')"
118+
- name: which ruby, rake, bundle
119+
shell: bash
120120
run: which -a ruby rake bundle
121121
- name: where ruby, rake, bundle
122122
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)