Skip to content

Commit

Permalink
upload rendered report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Dec 12, 2024
1 parent 5b2a597 commit 826f78c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ jobs:
cd scripts/bm-report
nix-shell --run "quarto render report.qmd"
- name: Upload Report Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: report
path: scripts/bm-report/report.html

- name: Push Report
# The report only uses conbench data from 'main'
# so any data generated in a PR won't be included
Expand Down

0 comments on commit 826f78c

Please sign in to comment.