Skip to content

Commit

Permalink
for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuto-m committed Feb 10, 2025
1 parent 38b2ac7 commit 384a966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sunbeam-multi-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ jobs:
- name: Clean up previous virtual machines
if: ${{ env.ACT }}
run: |
# use `sudo` instead of `sg libvirt` for simplicity in testing
for i in {1..3}; do
# FIXME: the requirement of FQDN is not documented well in each tutorial
uvt-kvm destroy "sunbeam-machine-${i}.localdomain" || true
sudo uvt-kvm destroy "sunbeam-machine-${i}.localdomain" || true
done
- name: Prepare virtual machines
run: |
Expand Down

0 comments on commit 384a966

Please sign in to comment.