Commit 4cf907a
authored
fix(ci): add submodules checkout to coverage job (#85)
The coverage job was failing because the stackone-ai-node submodule
was not being checked out. The MCP mock server tests require this
submodule to be present for bun install to succeed.
Changes:
- Add submodules: true to coverage job checkout step (matching ci job)
- Add automatic submodule initialisation in flake.nix shellHook
This ensures submodules are available both in CI and local development.1 parent 7547d71 commit 4cf907a
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
| |||
0 commit comments