Commit 0753b66
committed
fix: use test-ci in CI workflow for correct build environment
The separate build + test:unit steps caused snapshot mismatches because
pnpm build does not set VITEST=1, which gets inlined at build time.
Using test-ci runs test:prepare (which builds with .env.test setting
VITEST=1) followed by test:unit, matching local test behavior.1 parent 240823a commit 0753b66
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 48 | + | |
| 49 | + | |
0 commit comments