diff --git a/.github/workflows/ui_test.yml b/.github/workflows/ui_test.yml index e18764d9..12444281 100644 --- a/.github/workflows/ui_test.yml +++ b/.github/workflows/ui_test.yml @@ -26,4 +26,10 @@ jobs: with: name: playwright-report path: playwright-report/ - retention-days: 30 + retention-days: 7 + - uses: actions/upload-artifact@v3 + if: always() + with: + name: test-results + path: test-results/ + retention-days: 7