summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-17 15:35:10 -0700
committerTim Smith <tsmith@chef.io>2021-05-17 15:35:10 -0700
commit583bc5b7f52ea33c2a842ee1f32406f5db28ff04 (patch)
tree70ed7a526da6617deadfe15f461b6e162b1958bc /.github
parent3f32fc63c8004f1917b6548ce9a2f71992d3ed86 (diff)
downloadchef-583bc5b7f52ea33c2a842ee1f32406f5db28ff04.tar.gz
More config updates
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kitchen.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 32eff47937..3af9f111b6 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -119,9 +119,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- bundler-cache: false
+ bundler-cache: true
- name: Run Test Kitchen
run: |
- cd kitchen-tests
- bundle install
bundle exec kitchen test end-to-end-${{ matrix.os }}