Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,15 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
bundler-cache: false

- name: Configure bundler
run: |
bundle config set --local path 'vendor/bundle'
bundle config set --local frozen false

- name: Configure bundler for semantic-release
run: bundle config set --local frozen false
- name: Install dependencies
run: bundle install

- name: Configure git for semantic-release
run: |
Expand Down
Loading