Skip to content

Commit cd75c88

Browse files
committed
Try bundler cache
1 parent 165109e commit cd75c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: ruby/setup-ruby@v1
8383
with:
8484
ruby-version: ${{ matrix.ruby }}
85-
85+
bundler-cache: true
8686
# MySQL db was created above, sqlite will be created during test suite,
8787
# when migrations occur, so we only need to create the postgres db. I
8888
# tried something like `cd .....dummy_app && ....db:create`, but couldn't

0 commit comments

Comments
 (0)