The name of the step should be enough to describe it

This commit is contained in:
Benoit Daloze
2020-03-07 13:44:03 +01:00
parent 475e32ed3f
commit 8363b99194
2 changed files with 1499 additions and 690 deletions
+1 -5
View File
@@ -55,13 +55,10 @@ jobs:
- run: bundle exec rake --version
- name: which ruby, rake
if: startsWith(matrix.os, 'windows') == false
run: |
# which -a ruby, rake
which -a ruby rake
run: which -a ruby rake
- name: where ruby, rake
if: startsWith(matrix.os, 'windows')
run: |
# where ruby, rake
$ErrorActionPreference = 'Continue'
$where = 'ruby', 'rake'
foreach ($e in $where) {
@@ -113,7 +110,6 @@ jobs:
- name: where ruby, rake
if: startsWith(matrix.cfg.os, 'windows')
run: |
# where
$ErrorActionPreference = 'Continue'
$where = 'ruby', 'rake'
foreach ($e in $where) {
Generated Vendored
+1498 -685
View File
File diff suppressed because it is too large Load Diff