diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 105d85d..929f8f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,4 @@ jobs: - name: Extracting squashfs. run: sudo unsquashfs ~/archiso/arch/x86_64/airootfs.sfs - name: Listing squashfs content - run: ls ~ \ No newline at end of file + run: ls -la ~ \ No newline at end of file