We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83aa59 commit a50c80dCopy full SHA for a50c80d
.github/workflows/end-to-end.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/upload-artifact@v4
35
with:
36
name: blob-report-${{ matrix.shardIndex }}
37
- path: packages/studio-web/blob-report
+ path: /blob-report
38
retention-days: 1
39
merge-reports:
40
# Merge reports after playwright-tests, even if some shards have failed
0 commit comments