Skip to content

Commit

Permalink
Get info about VM failures
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 26, 2024
1 parent da83e20 commit 8df23ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/vagrant-up/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ runs:
VAGRANT_NAME: ${{ inputs.os }}_${{ inputs.provider }}
CREATE_SRIOV_VFS: ${{ inputs.enable_sriov_vfs }}
run: vagrant up "$VAGRANT_NAME"
- name: Check HW resources
if: failure()
shell: bash
run: |
VBoxManage list runningvms --long
cat ~/VirtualBox\ VMs/*/Logs/*.log

0 comments on commit 8df23ce

Please sign in to comment.