Skip to content

Commit a50c80d

Browse files
committed
ci: fixed playwright report blob uploader path
1 parent c83aa59 commit a50c80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end-to-end.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: blob-report-${{ matrix.shardIndex }}
37-
path: packages/studio-web/blob-report
37+
path: /blob-report
3838
retention-days: 1
3939
merge-reports:
4040
# Merge reports after playwright-tests, even if some shards have failed

0 commit comments

Comments
 (0)