summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index d5cd34db34..06c184e00f 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -109,9 +109,9 @@ jobs:
- 'ubuntu-2104'
runs-on: ubuntu-latest
env:
- BUNDLE_GEMFILE: kitchen-tests/Gemfile
FORCE_FFI_YAJL: ext
CHEF_LICENSE: accept-no-persist
+ KITCHEN_YAML: kitchen-tests/kitchen.yml
steps:
- name: Check out code
uses: actions/checkout@master
@@ -120,7 +120,7 @@ jobs:
with:
ruby-version: 2.7
bundler-cache: true
+ working-directory: kitchen-tests
- name: Run Test Kitchen
run: |
- cd kitchen-tests
bundle exec kitchen test end-to-end-${{ matrix.os }}