Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Jul 20, 2024
1 parent 7616b5b commit 2dc24ea
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/evaluation_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,13 @@ jobs:
poetry run python tests/evaluation/compare_scores.py \
scores.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: Generate markdown comment
if: github.ref != 'refs/heads/main'
id: comparison
run: |
comparison=$(cat scores.md)
echo "::set-output name=comparison::$comparison"
comparison=$(cat comparison.md)
echo "{comparison}={$comparison}" >> $GITHUB_OUTPUT
- name: Post comparison on PR
if: success() && steps.findPr.outputs.number
Expand Down

0 comments on commit 2dc24ea

Please sign in to comment.