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 5599985 commit fa5c9f0
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/evaluation_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit fa5c9f0

Please sign in to comment.