Skip to content

Commit

Permalink
fix(ci): fix report path (#22351)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Feb 3, 2025
1 parent 59ff175 commit 3f3428e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,7 @@ jobs:
- name: Display Markdown Summary
continue-on-error: true
run: |
ls -R
unzip capture-artifacts -d results
REPORT_MD=results/report.md
REPORT_MD=report.md
if [ -f ${REPORT_MD} ]; then
cat ${REPORT_MD} >> $GITHUB_STEP_SUMMARY
else
Expand Down

0 comments on commit 3f3428e

Please sign in to comment.