diff --git a/.github/workflows/evaluation_pipeline.yml b/.github/workflows/evaluation_pipeline.yml index 1055c5f5..2b60dd06 100644 --- a/.github/workflows/evaluation_pipeline.yml +++ b/.github/workflows/evaluation_pipeline.yml @@ -44,15 +44,6 @@ 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 @@ -83,8 +74,16 @@ jobs: run: | poetry run python tests/evaluation/compare_scores.py \ scores.md \ - main-scores/scores.md \ - comparison.md + main-scores/scores.md + + - 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: Read comparison file if: github.ref != 'refs/heads/main'