Skip to content

Commit

Permalink
bundle install --no-color
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 10, 2025
1 parent 0d3fa0a commit e92b416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
bundler-cache: true
- run: sudo apt install -y diffstat
- run: bundle config set --global path "$(pwd)/vendor/bundle"
- run: bundle install
- run: bundle install --no-color
- run: bundle exec rake
- uses: codecov/codecov-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
bundler-cache: true
- run: sudo apt install -y diffstat
- run: bundle config set --global path "$(pwd)/vendor/bundle"
- run: bundle install
- run: bundle install --no-color
- run: bundle exec rake

0 comments on commit e92b416

Please sign in to comment.