Skip to content

Commit c551c8c

Browse files
committed
squash: print diagnostics
1 parent 264938d commit c551c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/test_gem/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ runs:
114114
shell: bash
115115
run: |
116116
# 🍿 Test Gem 🍿
117-
bundle install
117+
bundle install && bundle show
118118
if [[ -f "Appraisals" ]]; then
119119
for i in `bundle exec appraisal list | sed 's/-/_/g' `; do
120120
echo "::group::🔎 Appraising ${i}"
@@ -124,6 +124,7 @@ runs:
124124
echo "::endgroup::"
125125
done
126126
else
127+
bundle show
127128
bundle exec rake test
128129
fi
129130
working-directory: "${{ steps.setup.outputs.gem_dir }}"

0 commit comments

Comments
 (0)