Skip to content

Commit bf8b13c

Browse files
authored
Merge pull request #43 from olleolleolle/patch-2
ci: add missing Bundler invocation
2 parents 9ca697b + 49f688e commit bf8b13c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: ${{ matrix.ruby-version }}
39+
bundler-cache: true # bundle install and cache gems
3940
- name: Run tests
4041
run: bundle exec rake
4142
env:
4243
REDIS_HOST: localhost
43-
REDIS_PORT: 6379
44+
REDIS_PORT: 6379

0 commit comments

Comments
 (0)