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