fix(ci): fix molecule

This commit is contained in:
Timothy Stewart
2024-01-22 19:08:32 -06:00
parent c8efd7de12
commit b00f020e82
3 changed files with 4 additions and 3 deletions

View File

@@ -79,7 +79,6 @@ jobs:
run: | run: |
env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile
vagrant --version vagrant --version
VBoxManage --version
vboxmanage --version vboxmanage --version
- name: Download Vagrant boxes for all scenarios - name: Download Vagrant boxes for all scenarios

View File

@@ -56,7 +56,7 @@ jobs:
run: | run: |
env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile env HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --no-upgrade --file ./Brewfile
vagrant --version vagrant --version
virtualbox --version vboxmanage --version
- name: Restore vagrant Boxes cache - name: Restore vagrant Boxes cache

View File

@@ -1,5 +1,7 @@
tap "homebrew/bundle" tap "homebrew/bundle"
tap "homebrew/cask-versions" tap "hashicorp/tap"
brew "hashicorp/tap/hashicorp-vagrant"
cask "virtualbox" cask "virtualbox"
cask "vagrant" cask "vagrant"