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()