diff --git a/.github/workflows/evaluation_pipeline.yml b/.github/workflows/evaluation_pipeline.yml index 6e94cf30..1055c5f5 100644 --- a/.github/workflows/evaluation_pipeline.yml +++ b/.github/workflows/evaluation_pipeline.yml @@ -45,6 +45,15 @@ jobs: - name: Run score aggregation script run: poetry run python tests/evaluation/aggregate_scores.py + - name: Verify working directory and file locations + run: | + echo "Current working directory:" + pwd + echo "Contents of current directory:" + ls -la + echo "Contents of parent directory:" + ls -la .. + - name: Save scores as artifact uses: actions/upload-artifact@v3 with: