Skip to content

Commit

Permalink
Simplify bundler cache on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Nov 3, 2024
1 parent 05f79ae commit 97c0d2d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,7 @@ jobs:
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "${{ matrix.ruby }}"

- name: "Generate lockfile"
run: |
bundle config path vendor/bundle
bundle lock
- name: "Cache Ruby dependencies"
uses: actions/cache@v2
with:
path: vendor/bundle
key: bundle-${{ hashFiles('Gemfile.lock') }}
bundler-cache: true

- name: Install NodeJS
uses: actions/setup-node@v2
Expand Down

0 comments on commit 97c0d2d

Please sign in to comment.