From 7301d83cc984a27861011d07fc4c1c158e9fc633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carden=CC=83a?= <35935591+luisecm@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:36:24 -0600 Subject: [PATCH] update(ci): increase retention days for test artifacts --- .github/workflows/automated-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 86fef8aa0..7b769eda8 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -58,7 +58,7 @@ jobs: with: name: playwright-report-${{ matrix.project }} path: automated-tests/blob-report/ - retention-days: 1 + retention-days: 5 - name: Upload Allure results as artifact if: always() @@ -66,7 +66,7 @@ jobs: with: name: allure-results-${{ matrix.project }} path: automated-tests/allure-results - retention-days: 1 + retention-days: 5 - name: Add label if any of build jobs failed if: failure()