ci: add step to upload test videos with specified retention
This commit is contained in:
parent
2fa5a53d24
commit
17b66c6c35
8
.github/workflows/wc-e2e-test.yaml
vendored
8
.github/workflows/wc-e2e-test.yaml
vendored
@ -73,6 +73,14 @@ jobs:
|
|||||||
backend.log
|
backend.log
|
||||||
testapp.log
|
testapp.log
|
||||||
retention-days: 7
|
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
|
- name: Clean up
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/cleanup
|
uses: ./.github/actions/cleanup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user