From 1a89522a12987716a77e7882215f69e0c934b45a Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 21 Aug 2023 12:50:47 +0200 Subject: [PATCH] ci: upload conformance logs Upload the JSON logs as an artifact that the dashboard generation scripts can retrieve and process. Support for https://github.com/ipfs/gateway-conformance/pull/146 --- .github/workflows/gateway-conformance.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 281cfe951..61471c015 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -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