Skip to content

Commit b621109

Browse files
committed
ci: upload playwright report even if failed
1 parent 802f3df commit b621109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,11 @@ jobs:
221221

222222
- name: 📤 Upload Playwright Report
223223
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
224-
if: ${{ !cancelled() }}
224+
if: ${{ always() && !cancelled() }}
225225
with:
226226
name: playwright-report
227227
path: playwright-report/
228+
if-no-files-found: warn
228229
retention-days: 30
229230

230231
test_unit:

0 commit comments

Comments
 (0)