diff --git a/.github/workflows/buildsCI.yaml b/.github/workflows/buildsCI.yaml index cd2fbecc567..5cf63509129 100644 --- a/.github/workflows/buildsCI.yaml +++ b/.github/workflows/buildsCI.yaml @@ -498,6 +498,11 @@ jobs: export LRS_LOG_LEVEL="DEBUG"; cd build/${{env.LRS_BUILD_CONFIG}}/ ./live-test -d yes -i [software-device] + cd .. + sudo apt-get install tree + tree -d . + ls + - name: Upload RS log artifact uses: actions/upload-artifact@v4