From 81bd1b53dd16953e9adb196b82e1664158f88984 Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Mon, 24 Jul 2023 15:51:26 +0200 Subject: [PATCH] Upload server logs as CI artifacts --- .github/workflows/e2e-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 13517ee4d..a5d45cd77 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -66,5 +66,8 @@ jobs: - uses: actions/upload-artifact@v3 if: failure() with: - name: Cypress debug screenshots - path: ui/cypress/debug + name: Debug + retention-days: 3 + path: | + ui/cypress/debug + debug