From 6a7464f7b3925bbcae3f995f71636aa334352ee8 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 12 Jan 2024 08:41:21 -0500 Subject: [PATCH] feat: tests --- .github/workflows/ui_test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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