We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3249e7 commit 15fba9dCopy full SHA for 15fba9d
1 file changed
.github/actions/shared-steps/action.yml
@@ -649,6 +649,10 @@ runs:
649
# Get installed packages list
650
sudo vagrant ssh default -c "rpm -qa --queryformat '%{NAME}\n' | sort > ${{ env.IMAGE_FILE }}.txt"
651
sudo vagrant scp default:${{ env.IMAGE_FILE }}.txt ./${{ env.IMAGE_FILE }}.txt
652
+
653
+ sudo vagrant ssh default -c "sudo cat /proc/tty/driver/serial"
654
+ sudo vagrant ssh default -c "sudo cat /var/log/messages"
655
656
# Cleanup Vagrant VM and box
657
sudo vagrant destroy $(vagrant global-status | grep default | awk '{print $1}') --force || true
658
sudo vagrant box remove ${{ inputs.type }}-${{ inputs.variant }} --force || true
0 commit comments