Skip to content

Commit c417b04

Browse files
committed
squash: remove all caches again
1 parent 3af052e commit c417b04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/actions/test_gem/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ runs:
8888
ruby-version: "${{ inputs.ruby }}"
8989
working-directory: "${{ steps.setup.outputs.gem_dir }}"
9090
bundler: "latest"
91-
bundler-cache: true
91+
bundler-cache: false
9292
cache-version: "${{ inputs.ruby }}-${{ steps.setup.outputs.cache_key }}-${{ inputs.gem }}"
93+
run: bundle install
9394

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

105105
- name: Install dependencies and generate appraisals
@@ -125,6 +125,7 @@ runs:
125125
echo "::endgroup::"
126126
done
127127
else
128+
bundle install && \
128129
bundle exec rake test
129130
fi
130131
working-directory: "${{ steps.setup.outputs.gem_dir }}"

0 commit comments

Comments
 (0)