diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9730653..e50a63b 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 ~ \ No newline at end of file + run: ls -la /root \ No newline at end of file