We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 867ae62 + 6620bb3 commit e5521a8Copy full SHA for e5521a8
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,6 @@ jobs:
21
uses: ruby/setup-ruby@v1
22
with:
23
ruby-version: ${{ matrix.ruby }}
24
- - name: Install dependencies
25
- run: bundle install
+ bundler-cache: true # 'bundle install' and cache
26
- name: Run test
27
- run: rake compile test
+ run: bundle exec rake compile test
0 commit comments