mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Ensure the typical bundle exec rake works in all cases
This commit is contained in:
@@ -79,6 +79,7 @@ jobs:
|
|||||||
# This step is redundant with `bundler-cache: true` but is there to check a redundant `bundle install` still works
|
# This step is redundant with `bundler-cache: true` but is there to check a redundant `bundle install` still works
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
- run: bundle exec rake --version
|
- run: bundle exec rake --version
|
||||||
|
- run: bundle exec rake
|
||||||
|
|
||||||
- name: which ruby, rake
|
- name: which ruby, rake
|
||||||
if: "!startsWith(matrix.os, 'windows')"
|
if: "!startsWith(matrix.os, 'windows')"
|
||||||
|
|||||||
Reference in New Issue
Block a user