summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-17 15:44:49 -0700
committerTim Smith <tsmith@chef.io>2021-05-17 15:44:49 -0700
commit9e7569d1bb25572f382adfb0af2e0c343c9b65b6 (patch)
tree31c4091801882e241710ab915c577f0ab5e840b0 /.github
parent75a4f304c72c14491f2c738805b4d0955b607ad1 (diff)
downloadchef-9e7569d1bb25572f382adfb0af2e0c343c9b65b6.tar.gz
Try setting the working dir
Signed-off-by: Tim Smith <tsmith@chef.io>
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 }}