From 953b21934f76aaa983a9f81ed255dca0be23ce79 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Sat, 30 Nov 2024 21:56:11 +0200 Subject: [PATCH] overwrite test artifacts Signed-off-by: Ivan Milchev --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b80f5a889..c4b830882 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -120,6 +120,7 @@ jobs: name: playwright-report path: ./frontend/e2e/test-results/ retention-days: 14 + overwrite: true - uses: actions/upload-artifact@v4 if: always()