Skip to content

Commit

Permalink
Fetch the test-kitchen from the chef fork
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Sep 11, 2024
1 parent 8b480ef commit e6fceee
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 165 deletions.
3 changes: 2 additions & 1 deletion components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ group(:omnibus_package) do
gem "fauxhai-chef", ">= 9.3"

# test-kitchen and plugins
gem "test-kitchen", ">= 3.0"
# Fetch the test-kitchen from the chef fork
gem "test-kitchen", github: "chef/test-kitchen", branch: "main"
gem "kitchen-azurerm", ">= 1.12.0"
gem "kitchen-ec2", ">= 3.10"
gem "kitchen-digitalocean", ">= 0.13"
Expand Down
Loading

0 comments on commit e6fceee

Please sign in to comment.