Skip to content

fix(test): correct brew tap name in vmInstallViaBrew#93

Merged
fullstackjam merged 1 commit into
mainfrom
fix/vm-helpers-tap-name
May 19, 2026
Merged

fix(test): correct brew tap name in vmInstallViaBrew#93
fullstackjam merged 1 commit into
mainfrom
fix/vm-helpers-tap-name

Conversation

@fullstackjam
Copy link
Copy Markdown
Collaborator

Summary

vmInstallViaBrew was tapping openbootdotdev/openboot which maps to github.com/openbootdotdev/homebrew-openboot — that repo doesn't exist. The actual tap is openbootdotdev/tap (maps to github.com/openbootdotdev/homebrew-tap).

The || true silenced the failure, so brew install openboot then failed with "No available formula". This is why TestVM_Interactive_InstallScript was always skipping — the old guard checked brew info openboot which never found the formula because the tap never actually loaded.

Test plan

  • CI green
  • After merge, trigger vm-e2e-spike and confirm TestVM_Interactive_InstallScript runs (not SKIP, not FAIL)

…bootdotdev/tap

brew tap user/foo maps to github.com/user/homebrew-foo; the actual repo is
openbootdotdev/homebrew-tap so the correct tap is openbootdotdev/tap.
This was silently failing (|| true) causing TestVM_Interactive_InstallScript
to always skip since brew info openboot never found the formula.
@github-actions github-actions Bot added the tests Tests only label May 19, 2026
@fullstackjam fullstackjam merged commit 7367e5d into main May 19, 2026
12 checks passed
@fullstackjam fullstackjam deleted the fix/vm-helpers-tap-name branch May 19, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant