Skip to content

Commit

Permalink
Ensure all html files are in same dir
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaione committed Dec 3, 2024
1 parent aa35176 commit 9578acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,19 +219,19 @@ jobs:
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: shortfin_benchmark
path: reports/shortfin
path: reports

- name: Download sglang report
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: sglang_benchmark
path: reports/sglang
path: reports

- name: Create merged report directory
run: mkdir merged_reports

- name: Merge html reports
run: pytest_html_merger -i reports/*/*.html -o merged_reports/index.html
run: pytest_html_merger -i reports -o merged_reports/index.html

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
Expand Down

0 comments on commit 9578acc

Please sign in to comment.