mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 21:03:08 +00:00
chore: update e2e test results upload configuration
- Renamed the upload step to clarify that it includes screenshots, traces, and videos. - Changed the condition for uploading test results to always run, ensuring artifacts are uploaded regardless of test outcome. - Added a new option to ignore if no files are found during the upload process.
This commit is contained in:
8
.github/workflows/e2e-tests.yml
vendored
8
.github/workflows/e2e-tests.yml
vendored
@@ -78,10 +78,12 @@ jobs:
|
|||||||
path: apps/ui/playwright-report/
|
path: apps/ui/playwright-report/
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results (screenshots, traces, videos)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: apps/ui/test-results/
|
path: |
|
||||||
|
apps/ui/test-results/
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
if-no-files-found: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user