Skip to content

Commit

Permalink
tests artifact are now kept only 5 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed Feb 13, 2024
1 parent cddd995 commit 33aec65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
name: functional-tests-report
path: |
${{ env.working-directory }}/tests/reports/
retention-days: 30
retention-days: 5
2 changes: 1 addition & 1 deletion .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
name: startup-tests-report
path: |
${{ env.working-directory }}/tests/reports/
retention-days: 30
retention-days: 5

0 comments on commit 33aec65

Please sign in to comment.