From 73290ed470d297bf1ef058a5f98ca83fad37f1ea Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 11 Jun 2025 18:10:48 +0200 Subject: [PATCH] ci: update test video upload path in E2E workflow --- .github/workflows/wc-e2e-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wc-e2e-test.yaml b/.github/workflows/wc-e2e-test.yaml index 795a9f1..e3632ce 100644 --- a/.github/workflows/wc-e2e-test.yaml +++ b/.github/workflows/wc-e2e-test.yaml @@ -76,7 +76,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-videos - + path: | + frontend/webcomponent/test-results/*/*.webm + retention-days: 2 webcomponent-e2e-test: name: WebComponent E2E Tests