Commit be59a101 authored by Derek Nola's avatar Derek Nola

On fail, validate VMs

parent 915e5be7
......@@ -61,6 +61,9 @@ jobs:
run: vagrant plugin install vagrant-k3s vagrant-reload
- name: "Vagrant Up"
run: vagrant up
- name: On Failure, Validate VMs deployed
if: ${{ failure() }}
run: vboxmanage list vms
- name: "K3s Prepare"
run: vagrant provision --provision-with=k3s-prepare
- name: ⏬ "K3s Install"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment