summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-09-16 16:43:34 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-09-22 11:15:00 +0600
commitd2966821780978293f458ba510eb9bcfba2e8907 (patch)
tree88d323b7381a65770258ba22f3dc18de707e5b12
parent5aacd12f8b95ee21e095f4e8b053a1e73fd66065 (diff)
downloadchef-d2966821780978293f458ba510eb9bcfba2e8907.tar.gz
Refactoring to remove adding the updated bundler
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.github/workflows/kitchen.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 87acb4a2b1..046c53781d 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -211,9 +211,9 @@ jobs:
echo "Which ruby are we using?"
which ruby
cd /home/runner/work/chef/chef
- bundle install
gem install bundler:2.3.7
- gem install kitchen
- cd /home/runner/work/chef/chef/kitchen-tests
bundle install
- bundle exec kitchen test end-to-end-${{ matrix.os }}
+ # gem install kitchen
+ # cd /home/runner/work/chef/chef/kitchen-tests
+ # bundle install
+ # bundle exec kitchen test end-to-end-${{ matrix.os }}