Skip to content

Commit

Permalink
ci: upload conformance logs
Browse files Browse the repository at this point in the history
Upload the JSON logs as an artifact that the dashboard generation scripts can retrieve and process.

Support for ipfs/gateway-conformance#146
  • Loading branch information
laurentsenta authored Aug 21, 2023
1 parent 2668886 commit 1a89522
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ jobs:
with:
name: gateway-conformance.html
path: output.html
- name: Upload JSON report
if: failure() || success()
uses: actions/upload-artifact@v3
with:
name: gateway-conformance.json
path: output.json

0 comments on commit 1a89522

Please sign in to comment.