Skip to content

Commit

Permalink
Reuse a VM instead of creating a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 11, 2024
1 parent add46be commit 0a95c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bundler_version="2.5.22"

$scripts_path/brew-fetch.sh $vm_name $tools

$scripts_path/create-vm-for-project.sh $vm_name $vm_image
$scripts_path/create-vm-for-project.sh $vm_name $vm_image 'reuse'
$scripts_path/clone-repo-in-vm.sh $vm_name $branch_name $repo_url

$scripts_path/run-vm-shell-command.sh $vm_name "brew install --quiet $tools"
Expand Down

0 comments on commit 0a95c23

Please sign in to comment.