ci: add step to upload test videos with specified retention

This commit is contained in:
Carlos Santos 2025-05-14 14:14:25 +02:00
parent 2fa5a53d24
commit 17b66c6c35

View File

@ -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