-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
bundler-cache
for ruby/setup-ruby
No need to call this yourself
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,8 +50,7 @@ jobs: | |
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: ${{ matrix.ruby }} | ||
- name: install dependencies | ||
run: bundle install --jobs 3 --retry 3 | ||
bundler-cache: true | ||
- name: code coverage | ||
if: matrix.coverage | ||
uses: paambaati/[email protected] | ||
|
@@ -133,7 +132,6 @@ jobs: | |
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: ${{ matrix.ruby }} | ||
- name: install dependencies | ||
run: bundle install --jobs 3 --retry 3 | ||
bundler-cache: true | ||
- name: internal investigation | ||
run: bundle exec rake generate internal_investigation |