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 4ebbfea commit 383775f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,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@v4"
with:
path: "vendor/bundle"
key: bundle-${{ hashFiles('Gemfile.lock') }}
bundler-cache: true

- name: "Install Webdriver"
run: |
Expand Down

0 comments on commit 383775f

Please sign in to comment.