Skip to content

Commit e6914e5

Browse files
committed
bundle install --no-color
1 parent badf047 commit e6914e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
ruby-version: ${{ matrix.ruby }}
4343
bundler-cache: true
4444
- run: bundle config set --global path "$(pwd)/vendor/bundle"
45-
- run: bundle install
45+
- run: bundle install --no-color
4646
- run: bundle exec rake

0 commit comments

Comments
 (0)