We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a4263 commit b08b4e5Copy full SHA for b08b4e5
.github/workflows/test-automation-v2.yml
@@ -137,11 +137,12 @@ jobs:
137
- name: Upload test report
138
id: upload_report
139
uses: actions/upload-artifact@v6
140
- if: ${{ !cancelled() }}
+ if: always()
141
with:
142
name: test-report
143
path: |
144
content-gen/tests/e2e-test/report/*
145
+ content-gen/tests/e2e-test/tests/screenshots/*
146
content-gen/tests/e2e-test/screenshots/*
147
148
- name: Generate E2E Test Summary
0 commit comments