diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d23518b..43e0836 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,4 @@ jobs: - name: Extracting squashfs. run: sudo unsquashfs /home/runner/archiso/arch/x86_64/airootfs.sfs - name: Listing squashfs content - run: ls -la /root \ No newline at end of file + run: sudo find / -type d -name 'squashfs-root' \ No newline at end of file