Skip to content

Commit 5a925a1

Browse files
committed
squash: will this fix it?
1 parent 5f0c121 commit 5a925a1

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
@@ -94,6 +94,7 @@ runs:
9494
shell: bash
9595
run: |
9696
# 💎 Install dependencies and generate appraisals 💎
97+
bundle update --bundler
9798
bundle install --quiet --jobs=3 --retry=4
9899
bundle exec appraisal generate
99100
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -105,7 +106,7 @@ runs:
105106
if [[ -f "Appraisals" ]]; then
106107
for i in `bundle exec appraisal list | sed 's/-/_/g' `; do
107108
echo "::group::🔎 Appraising ${i}"
108-
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle install --quiet --jobs=3 --retry=4 && \
109+
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle install --full-index --quiet --jobs=3 --retry=4 && \
109110
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle show && \
110111
BUNDLE_GEMFILE=gemfiles/${i}.gemfile bundle exec rake test || exit
111112
echo "::endgroup::"

0 commit comments

Comments
 (0)