summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-17 15:36:48 -0700
committerTim Smith <tsmith@chef.io>2021-05-17 15:36:48 -0700
commit75a4f304c72c14491f2c738805b4d0955b607ad1 (patch)
tree9d2c32312bdfd7830c4e3fe62577bfa80f6c1971 /.github
parent583bc5b7f52ea33c2a842ee1f32406f5db28ff04 (diff)
downloadchef-75a4f304c72c14491f2c738805b4d0955b607ad1.tar.gz
Make sure we're in the correct directory
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kitchen.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 3af9f111b6..d5cd34db34 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -122,4 +122,5 @@ jobs:
bundler-cache: true
- name: Run Test Kitchen
run: |
+ cd kitchen-tests
bundle exec kitchen test end-to-end-${{ matrix.os }}