summaryrefslogtreecommitdiff
path: root/.github/workflows/kitchen.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kitchen.yml')
-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 }}