Skip to content

Commit 400dc1b

Browse files
authored
ci: upload conformance logs
1 parent b3e8ddf commit 400dc1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gateway-conformance.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,9 @@ jobs:
109109
with:
110110
name: gateway-conformance.html
111111
path: output.html
112+
- name: Upload JSON report
113+
if: failure() || success()
114+
uses: actions/upload-artifact@v3
115+
with:
116+
name: gateway-conformance.json
117+
path: output.json

0 commit comments

Comments
 (0)