summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-18 12:42:07 -0700
committerTim Smith <tsmith@chef.io>2021-07-26 19:03:39 -0700
commite33ab8cde315eb401d1121af9ae1e2a92f7830ab (patch)
tree0102386ac7abdfef5fb532f2153fb9519daa7a68
parent8eb07eff09081e51be7ab3ae49f3e5feed3c292e (diff)
downloadchef-policyfile.tar.gz
Update .github/workflows/kitchen.ymlpolicyfile
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Dan Webb <dan.webb@damacus.io>
-rw-r--r--.github/workflows/kitchen.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index e2e49666b6..ae8df938fe 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Infra Client from current channel
- uses: actionshub/chef-install@master
+ uses: actionshub/chef-install@main
with:
channel: current
- name: 'Upgrade Chef/Ohai via Appbundler'
@@ -109,7 +109,6 @@ jobs:
- name: Run Test Kitchen
working-directory: kitchen-tests
run: |
- cd kitchen-tests
- sudo bundle install
- sudo bundle exec chef-cli install
- sudo bundle exec kitchen test end-to-end-${{ matrix.os }}
+ bundle install
+ bundle exec chef-cli install
+ bundle exec kitchen test end-to-end-${{ matrix.os }}