mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +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
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler-cache: true
|
||||
- run: gem install bundler
|
||||
- run: bundle install
|
||||
- run: bundle exec rake test
|
||||
|
Loading…
Reference in New Issue
Block a user