From 33aec6512a4bd11f7f34f4d3bb0e4cd3302668e5 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 14 Feb 2024 00:23:52 +0100 Subject: [PATCH] tests artifact are now kept only 5 days --- .github/workflows/functional-tests.yml | 2 +- .github/workflows/startup-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index ec4f6a3d2..2cf6ab71f 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -92,4 +92,4 @@ jobs: name: functional-tests-report path: | ${{ env.working-directory }}/tests/reports/ - retention-days: 30 + retention-days: 5 diff --git a/.github/workflows/startup-tests.yml b/.github/workflows/startup-tests.yml index 3feafce6c..fc47bdd5c 100644 --- a/.github/workflows/startup-tests.yml +++ b/.github/workflows/startup-tests.yml @@ -91,4 +91,4 @@ jobs: name: startup-tests-report path: | ${{ env.working-directory }}/tests/reports/ - retention-days: 30 \ No newline at end of file + retention-days: 5 \ No newline at end of file