summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-07-27 09:38:04 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-08-03 09:06:37 -0700
commit2d11126469455a52da7e4590da5d76e71011cc6a (patch)
treedc81ed419835f63deae32c81291ba469dfa7a3d8
parentdb11a4162b998cef0758729e58f0252c6bd7e23e (diff)
downloadchef-2d11126469455a52da7e4590da5d76e71011cc6a.tar.gz
starting to integrate ruby 3.1 into the builds
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.github/workflows/kitchen.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 15055528f2..d1c25e0d79 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -154,6 +154,7 @@ jobs:
id: upgrade
run: |
brew install rbenv ruby-build
+ touch ~/.zshrc
export PATH="$HOME/.rbenv/bin:$PATH"
echo 'source $HOME/.zshenv' >> ~/.zshrc
echo 'eval "$(rbenv init - zsh)"' >> ~/.zshrc
@@ -225,7 +226,8 @@ jobs:
gem install berkshelf
gem install kitchen-dokken
gem install kitchen-vagrant
- bundle install --local
+ gem install kitchen-inspec
+ bundle install
kitchen diagnose --all
# bundle exec /home/runner/work/chef/chef/kitchen-tests/vendor/bundle/ruby/3.1.0/bin/kitchen test end-to-end-${{ matrix.os }}
# kitchen test end-to-end-${{ matrix.os }}