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.
1 parent badf047 commit e6914e5Copy full SHA for e6914e5
.github/workflows/rake.yml
@@ -42,5 +42,5 @@ jobs:
42
ruby-version: ${{ matrix.ruby }}
43
bundler-cache: true
44
- run: bundle config set --global path "$(pwd)/vendor/bundle"
45
- - run: bundle install
+ - run: bundle install --no-color
46
- run: bundle exec rake
0 commit comments