CI: add cmux-macmini as UI test VM fallback
This commit is contained in:
parent
4ef61cca4e
commit
0dd3252980
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
if [ -n "${CMUX_VM_HOST:-}" ]; then
|
||||
vm_candidates+=("$CMUX_VM_HOST")
|
||||
else
|
||||
vm_candidates+=("cmux-vm" "cmux-vm.local" "192.168.64.73")
|
||||
vm_candidates+=("cmux-vm" "cmux-vm.local" "192.168.64.73" "cmux-macmini" "cmux-macmini.local")
|
||||
fi
|
||||
|
||||
vm_host=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue