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:
commit
855b61ca4a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -30,8 +30,7 @@ exclude:
|
||||
- README.md
|
||||
- script
|
||||
- vendor/bundle
|
||||
- test
|
||||
- tests
|
||||
- spec
|
||||
- assets/vendor/selectivizr/tests
|
||||
- assets/vendor/clipboard/test
|
||||
- assets/vendor/*/README.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user