From 0ee9742d3d6e3d30f6e8285f54ae199cc831e327 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 6 Oct 2023 11:25:23 +0200 Subject: [PATCH] test: save the output of the deployment in case of a failure --- .github/workflows/test-edge-function.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-edge-function.yml b/.github/workflows/test-edge-function.yml index afb31a58a..f44e59bc1 100644 --- a/.github/workflows/test-edge-function.yml +++ b/.github/workflows/test-edge-function.yml @@ -27,4 +27,4 @@ jobs: name: screenshots path: | ./**/*screenshot.jpeg - deployInfo.json + ./**/deployInfo.json