Skip to content

Commit

Permalink
ci: upload conformance logs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Aug 21, 2023
2 parents 2668886 + 1a89522 commit db4e43a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gateway-conformance.yml
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 db4e43a

Please sign in to comment.