Skip to content

Commit c4255be

Browse files
committed
squash: no cache
1 parent e2493ce commit c4255be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_gem/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ runs:
7979
if: "${{ inputs.gem == 'opentelemetry-instrumentation-active_storage' }}"
8080
shell: bash
8181
run: sudo apt update && sudo apt install -y imagemagick
82-
8382
# Install ruby and bundle dependencies and cache!
8483
# ...but not for appraisals, sadly.
8584
- name: Install Ruby ${{ inputs.ruby }} with dependencies
@@ -99,6 +98,7 @@ runs:
9998
with:
10099
ruby-version: "${{ inputs.ruby }}"
101100
bundler: "latest"
101+
bundler-cache: false
102102
working-directory: "${{ steps.setup.outputs.gem_dir }}"
103103
# Perms workaround. See https://github.com/actions/runner-images/issues/10215
104104
- name: Fix GEM_HOME permissions on GitHub Actions Runner

0 commit comments

Comments
 (0)