We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210961e commit cf0018bCopy full SHA for cf0018b
.github/workflows/test-smokes.yml
@@ -312,8 +312,8 @@ jobs:
312
key: ${{ steps.cache-renv-packages-restore.outputs.cache-primary-key }}
313
314
- uses: actions/upload-artifact@v4
315
- # PLaywright test only runs on Linux for now
316
- if: ${{ !cancelled() && runner.os != 'Windows' }}
+ # Upload pLaywright test report if they exists (playwright is only running on Linux for now)
+ if: ${{ !cancelled() && runner.os != 'Windows' && hashFiles('tests/integration/playwright/playwright-report/**/*') != '' }}
317
with:
318
name: playwright-report
319
path: ./tests/integration/playwright/playwright-report/
0 commit comments