We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165109e commit cd75c88Copy full SHA for cd75c88
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: ruby/setup-ruby@v1
83
with:
84
ruby-version: ${{ matrix.ruby }}
85
-
+ bundler-cache: true
86
# MySQL db was created above, sqlite will be created during test suite,
87
# when migrations occur, so we only need to create the postgres db. I
88
# tried something like `cd .....dummy_app && ....db:create`, but couldn't
0 commit comments