Skip to content

Commit e2493ce

Browse files
committed
squash: disable cache for now
1 parent 5559df3 commit e2493ce

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
@@ -89,7 +89,7 @@ runs:
8989
ruby-version: "${{ inputs.ruby }}"
9090
working-directory: "${{ steps.setup.outputs.gem_dir }}"
9191
bundler: "latest"
92-
bundler-cache: true
92+
bundler-cache: false
9393
cache-version: "${{ inputs.ruby }}-${{ steps.setup.outputs.cache_key }}"
9494

9595
# If we're using appraisals, do it all manually.

0 commit comments

Comments
 (0)