Commit a29c223
Fix CI flaky TypeScript tests by pre-installing tsx
The TypeScript migration tests were failing due to race conditions when
multiple parallel tests tried to install tsx via npx simultaneously,
corrupting npm's cache directory.
Fix by pre-installing tsx globally before running tests.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 325cc50 commit a29c223
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
0 commit comments