summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-07-27 11:09:13 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-08-03 09:06:38 -0700
commitc432577482476d59510b848d8d95109d346ce1dd (patch)
treeac0cb623a862c371d728892a12b53c725eac92fa
parent76284eee234e883537e58026cd89e2aad3ada90f (diff)
downloadchef-c432577482476d59510b848d8d95109d346ce1dd.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.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 21cac81f85..830c382efb 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -156,10 +156,10 @@ jobs:
brew install rbenv ruby-build
touch ~/.zshrc
export PATH="$HOME/.rbenv/bin:$PATH"
- export HOMEBREW_NO_ENV_HINTS=true
- echo 'source $HOME/.zshenv' >> ~/.zshrc
+ export HOMEBREW_NO_ENV_HINTS
+ # echo 'source $HOME/.zshenv' >> ~/.zshrc
echo 'eval "$(rbenv init - zsh)"' >> ~/.zshrc
- # source ~/.zshrc
+ source ~/.zshrc
# echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
# source ~/.bash_profile
# sudo rbenv install 3.1.2
@@ -230,9 +230,9 @@ jobs:
echo "Installing Berkshelf now"
gem install berkshelf
echo "Finished Installing Berkshelf"
- bundle install
+ # bundle install
which kitchen
# kitchen diagnose --all
# bundle exec kitchen test end-to-end-${{ matrix.os }}
- kitchen test end-to-end-${{ matrix.os }}
+ /opt/hostedtoolcache/Ruby/3.1.2/x64/bin/kitchen test end-to-end-${{ matrix.os }}
# sudo find / -name kitchen -type f