mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Update CI
* Enable bundler-cache
This commit is contained in:
parent
c53169e9ee
commit
e689c69838
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
|
bundler-cache: true
|
||||||
- run: gem install bundler
|
- run: gem install bundler
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
- run: bundle exec rake test
|
- run: bundle exec rake test
|
||||||
|
Loading…
Reference in New Issue
Block a user