Skip to content

Commit

Permalink
ci: upload conformance logs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta authored Aug 21, 2023
2 parents b3e8ddf + 400dc1b commit dccd95f
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 @@ -109,3 +109,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 dccd95f

Please sign in to comment.