Skip to content

Commit

Permalink
squash disable verbose tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 6, 2024
1 parent cad9530 commit 3f1685a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ runs:
echo "::group::🔎 Appraising ${i}"
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle install --quiet --jobs=3 --retry=4 && \
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle show && \
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle exec rake test --trace
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle exec rake test
echo "::endgroup::"
done
else
bundle exec rake test --trace
bundle exec rake test
fi
working-directory: "${{ steps.setup.outputs.gem_dir }}"
env:
Expand Down

0 comments on commit 3f1685a

Please sign in to comment.