1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Merge pull request #791 from github/bundler-cache

turn on bundler cache
This commit is contained in:
Mike Linksvayer 2020-11-20 10:04:55 -08:00 committed by GitHub
commit 855b61ca4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -18,9 +18,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
- name: Install dependencies
run: ./script/bootstrap
bundler-cache: true
- name: Run tests
run: ./script/cibuild

View File

@ -30,8 +30,7 @@ exclude:
- README.md
- script
- vendor/bundle
- test
- tests
- spec
- assets/vendor/selectivizr/tests
- assets/vendor/clipboard/test
- assets/vendor/*/README.*