Skip to content

Commit

Permalink
Update chainbench.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
InfraShark committed Mar 20, 2024
1 parent 2a78ea4 commit f6adaf1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/chainbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:

- name: Save to file
run: echo ${{ steps.chain-bench.outputs.chain-bench-result }} > /tmp/report.json

- name: Archive scan results

- name: Convert JSON to HTML Table
uses: Teebra/JSON-to-HTML-table@v2.0.0
with:
json-file: /tmp/report.json

- name: Upload HTML Table to Artifacts
uses: actions/upload-artifact@v4
with:
name: scan report
path: /tmp/report.json
name: output_html
path: output.html

0 comments on commit f6adaf1

Please sign in to comment.