File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 91
91
if : ${{ !cancelled() }}
92
92
uses : actions/upload-artifact@v4
93
93
with :
94
- name : blob-report-${{ matrix.shardIndex }}
94
+ name : internal- blob-report-${{ matrix.shardIndex }}
95
95
path : .vitest-reports/*
96
96
include-hidden-files : true
97
97
retention-days : 1
@@ -125,7 +125,7 @@ jobs:
125
125
uses : actions/download-artifact@v4
126
126
with :
127
127
path : .vitest-reports
128
- pattern : blob-report-*
128
+ pattern : internal- blob-report-*
129
129
merge-multiple : true
130
130
131
131
- name : Merge reports
Original file line number Diff line number Diff line change 93
93
if : ${{ !cancelled() }}
94
94
uses : actions/upload-artifact@v4
95
95
with :
96
- name : blob-report-${{ matrix.shardIndex }}
96
+ name : packages- blob-report-${{ matrix.shardIndex }}
97
97
path : .vitest-reports/*
98
98
include-hidden-files : true
99
99
retention-days : 1
@@ -127,7 +127,7 @@ jobs:
127
127
uses : actions/download-artifact@v4
128
128
with :
129
129
path : .vitest-reports
130
- pattern : blob-report-*
130
+ pattern : packages- blob-report-*
131
131
merge-multiple : true
132
132
133
133
- name : Merge reports
Original file line number Diff line number Diff line change 97
97
if : ${{ !cancelled() }}
98
98
uses : actions/upload-artifact@v4
99
99
with :
100
- name : blob-report-${{ matrix.shardIndex }}
100
+ name : webapp- blob-report-${{ matrix.shardIndex }}
101
101
path : .vitest-reports/*
102
102
include-hidden-files : true
103
103
retention-days : 1
@@ -131,7 +131,7 @@ jobs:
131
131
uses : actions/download-artifact@v4
132
132
with :
133
133
path : .vitest-reports
134
- pattern : blob-report-*
134
+ pattern : webapp- blob-report-*
135
135
merge-multiple : true
136
136
137
137
- name : Merge reports
You can’t perform that action at this time.
0 commit comments