Skip to content

Commit

Permalink
squash: remove all caches again
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 30, 2025
1 parent 3af052e commit c417b04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ runs:
ruby-version: "${{ inputs.ruby }}"
working-directory: "${{ steps.setup.outputs.gem_dir }}"
bundler: "latest"
bundler-cache: true
bundler-cache: false
cache-version: "${{ inputs.ruby }}-${{ steps.setup.outputs.cache_key }}-${{ inputs.gem }}"
run: bundle install

# If we're using appraisals, do it all manually.
- name: Install Ruby ${{ inputs.ruby }} without dependencies
Expand All @@ -98,8 +99,7 @@ runs:
with:
ruby-version: "${{ inputs.ruby }}"
bundler: "latest"
bundler-cache: true
cache-version: "${{ inputs.ruby }}-${{ steps.setup.outputs.cache_key }}-${{ inputs.gem }}"
bundler-cache: false
working-directory: "${{ steps.setup.outputs.gem_dir }}"

- name: Install dependencies and generate appraisals
Expand All @@ -125,6 +125,7 @@ runs:
echo "::endgroup::"
done
else
bundle install && \
bundle exec rake test
fi
working-directory: "${{ steps.setup.outputs.gem_dir }}"
Expand Down

0 comments on commit c417b04

Please sign in to comment.