We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802f3df commit b621109Copy full SHA for b621109
.github/workflows/ci.yml
@@ -221,10 +221,11 @@ jobs:
221
222
- name: 📤 Upload Playwright Report
223
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
224
- if: ${{ !cancelled() }}
+ if: ${{ always() && !cancelled() }}
225
with:
226
name: playwright-report
227
path: playwright-report/
228
+ if-no-files-found: warn
229
retention-days: 30
230
231
test_unit:
0 commit comments