Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Jul 20, 2024
1 parent 25d6985 commit a7fd006
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/evaluation_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7fd006

Please sign in to comment.