mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +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
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7.1
|
ruby-version: 2.7.1
|
||||||
|
bundler-cache: true
|
||||||
- name: Install dependencies
|
|
||||||
run: ./script/bootstrap
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./script/cibuild
|
run: ./script/cibuild
|
||||||
|
@ -30,8 +30,7 @@ exclude:
|
|||||||
- README.md
|
- README.md
|
||||||
- script
|
- script
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
- test
|
- spec
|
||||||
- tests
|
|
||||||
- assets/vendor/selectivizr/tests
|
- assets/vendor/selectivizr/tests
|
||||||
- assets/vendor/clipboard/test
|
- assets/vendor/clipboard/test
|
||||||
- assets/vendor/*/README.*
|
- assets/vendor/*/README.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user