We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
which rake
1 parent ae403e8 commit 0a29871Copy full SHA for 0a29871
1 file changed
.github/workflows/test.yml
@@ -115,9 +115,12 @@ jobs:
115
env:
116
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/gem_from_github.gemfile
117
118
- - name: which ruby, rake, bundle
+ - name: which ruby, bundle
119
shell: bash
120
- run: which -a ruby rake bundle
+ run: which -a ruby bundle
121
+ - name: which rake
122
+ run: which -a rake
123
+ if: "!startsWith(matrix.os, 'windows')"
124
- name: where ruby, rake, bundle
125
if: startsWith(matrix.os, 'windows')
126
run: |
0 commit comments