Skip to content

Commit cfe6f45

Browse files
committed
chore: Update CI workflow to use bundler cache and bundle exec rake for running tests
1 parent d651ef4 commit cfe6f45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111

1212
jobs:
1313
test:
14-
1514
runs-on: ubuntu-latest
1615
strategy:
1716
matrix:
@@ -23,6 +22,8 @@ jobs:
2322
uses: ruby/setup-ruby@v1
2423
with:
2524
ruby-version: ${{ matrix.ruby-version }}
26-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25+
bundler-cache: true
26+
- name: Ensure Bundler is not in frozen mode
27+
run: bundle config set --local frozen false
2728
- name: Run tests
2829
run: bundle exec rake

0 commit comments

Comments
 (0)