From e31450b2116f6c6ae87fe09700c99cd321402daa Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Tue, 12 Nov 2024 14:55:21 +1100 Subject: [PATCH] chore: ls --- .github/workflows/ui-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 8da3efd3..9ce06f77 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -52,6 +52,8 @@ jobs: projectPath: sample buildMethod: ${{ matrix.buildMethod }} customParameters: -logFile logFile.log -quit -batchmode + - name: List build directory + run: ls -R ./ - name: Upload artifact uses: actions/upload-artifact@v4 if: always()