Skip to content

Commit

Permalink
ci: cache bundled gems in GitHub verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Sep 17, 2023
1 parent a4a2fdd commit 18f415f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:

- name: Install Ruby
uses: ruby/setup-ruby@v1

- name: Install gems
run: |
bundle install
with:
bundler-cache: true

- name: RuboCop
run: |
Expand Down Expand Up @@ -71,10 +69,8 @@ jobs:

- name: Install Ruby
uses: ruby/setup-ruby@v1

- name: Install gems
run: |
bundle install
with:
bundler-cache: true

- name: Set up MySQL
run: |
Expand Down

0 comments on commit 18f415f

Please sign in to comment.