We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aead631 commit dd8fd99Copy full SHA for dd8fd99
1 file changed
.github/workflows/playwright.yml
@@ -51,6 +51,6 @@ jobs:
51
if: always()
52
uses: actions/upload-artifact@v4
53
with:
54
- name: failed-test-screenshots
+ name: failed-test-screenshots-shard-${{ matrix.shard }}
55
path: playwright-report/artifacts/
56
retention-days: 30
0 commit comments