Skip to content

Commit b08b4e5

Browse files
Update test report upload step to include screenshots
1 parent 47a4263 commit b08b4e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-automation-v2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,12 @@ jobs:
137137
- name: Upload test report
138138
id: upload_report
139139
uses: actions/upload-artifact@v6
140-
if: ${{ !cancelled() }}
140+
if: always()
141141
with:
142142
name: test-report
143143
path: |
144144
content-gen/tests/e2e-test/report/*
145+
content-gen/tests/e2e-test/tests/screenshots/*
145146
content-gen/tests/e2e-test/screenshots/*
146147
147148
- name: Generate E2E Test Summary

0 commit comments

Comments
 (0)