You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: keep the shard log inside matrix-rows so the rows stay where the verdict looks
Two upload paths make upload-artifact re-root the artifact at their common
ancestor, so adding vitest-shard.log alongside matrix-rows/ moved every row one
directory deeper than the verdict job downloads to. All four shards passed and
the verdict then reported an empty population (run 31829344129, exit 2, 'no
matrix rows').
The log rides inside matrix-rows/ as _vitest-shard.log instead. The leading
underscore and the .log extension keep it out of both consumers' globs.
0 commit comments