Commit 0f474c4
committed
fix: Run CI tests in serial to avoid worker termination
- Add --runInBand --maxWorkers=1 to prevent Jest worker crashes
- Fixes SIGTERM errors in GitHub Actions environment
- Tests pass but workers were being terminated after 332s1 parent 4dbf3b9 commit 0f474c4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments