Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Sep 28, 2024
1 parent 5b71283 commit 75eb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- name: Create a raw disk image
run: |
ls -la /dev/
dd if=/dev/zero of=disk.img bs=1M count=15360 # Create a 15GB disk image
if losetup -a | grep -q "/dev/loop0"; then
losetup -d /dev/loop0
fi
ls -la /dev/
losetup -a
lsblk
fdisk -l
Expand Down

0 comments on commit 75eb940

Please sign in to comment.