Skip to content

Commit

Permalink
Upload webdriver-ts-results HTML as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Oct 6, 2023
1 parent 9f16eea commit dfb934f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/js_framework_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,18 @@ jobs:
- name: Results
run: cd ./js-framework-benchmark && npm run results

- name: Upload results
- name: Upload results JSON
uses: actions/upload-artifact@v3
with:
name: results
name: results-json
path: js-framework-benchmark/webdriver-ts/results.json

- name: Upload results HTML
uses: actions/upload-artifact@v3
with:
name: results-html
path: js-framework-benchmark/webdriver-ts-results/dist

- name: Log results
run: |
results=$(cd ./sycamore/packages/tools/bench-diff && cargo run -- ../../../../js-framework-benchmark/webdriver-ts/results.json)
Expand Down

0 comments on commit dfb934f

Please sign in to comment.