diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index a07fecc..fb6f99a 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -44,6 +44,13 @@ jobs: fi pip install -r requirements.txt + - name: Debug Environment and Paths + run: | + echo "Current working directory:" + pwd + echo "Listing project files:" + ls -R + - name: 1. Generate Recordings run: | mkdir -p data/recordings