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 e40aa82 commit 7bf5aa1Copy full SHA for 7bf5aa1
.github/workflows/playwright.yml
@@ -88,7 +88,7 @@ jobs:
88
if: ${{ !cancelled() }}
89
id: artifact-upload-step
90
with:
91
- name: playwright-report-${{ env.VERSION_SUFFIX }}
+ name: playwright-report-php_${{ matrix.php_version }}-wp_${{ env.WP_VERSION }}-${{ env.VERSION_SUFFIX }}
92
path: playwright-report/
93
overwrite: true
94
retention-days: 30
0 commit comments