From 17b66c6c359fdb20bca9b20d87ce94d8479b9b77 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 14 May 2025 14:14:25 +0200 Subject: [PATCH] ci: add step to upload test videos with specified retention --- .github/workflows/wc-e2e-test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/wc-e2e-test.yaml b/.github/workflows/wc-e2e-test.yaml index 5dccbea..eb37c68 100644 --- a/.github/workflows/wc-e2e-test.yaml +++ b/.github/workflows/wc-e2e-test.yaml @@ -73,6 +73,14 @@ jobs: backend.log testapp.log retention-days: 7 + - name: Upload test videos + if: always() + uses: actions/upload-artifact@v4 + with: + name: test-videos + path: | + frontend/webcomponent/test-results/*/*.webm + retention-days: 7 - name: Clean up if: always() uses: ./.github/actions/cleanup