Skip to content

Commit

Permalink
ci: modify verify workflow to cache gems
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Sep 19, 2023
1 parent dcac2f5 commit d501fa6
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 @@ -21,10 +21,8 @@ jobs:

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

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

- name: RuboCop linting
run: |
Expand Down Expand Up @@ -68,10 +66,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 d501fa6

Please sign in to comment.