Commit 6866757
committed
fix: normalize vitest RUN line path on Windows for stable snap tests
On Windows CI, vitest outputs short path names (e.g., RUNNER~1) in the
RUN line that don't match the cwd passed to the normalizer. Add a
fallback regex to replace Windows absolute paths in vitest RUN lines
with <cwd>.1 parent 41497be commit 6866757
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
0 commit comments