ci: upload conformance logs
Laurent Senta committed
Aug 21, 2023 at 12:49 UTC
400dc1b2e457316cc49291812862edebcf9e0711
1 file changed
+6
.github/workflows/gateway-conformance.yml
+6
@@ -109,3 +109,9 @@ jobs:
109
with:
110
name: gateway-conformance.html
111
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