From 9e7569d1bb25572f382adfb0af2e0c343c9b65b6 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 17 May 2021 15:44:49 -0700 Subject: Try setting the working dir Signed-off-by: Tim Smith --- .github/workflows/kitchen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 }} -- cgit v1.2.1